Skip to content

Commit

Permalink
[tune] Fix Travis Blocking (ray-project#5448)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliaw authored Aug 14, 2019
1 parent 1376f1a commit 3a1e8d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/ray/tune/tests/test_tune_save_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,5 @@ def testTempfile(self):
self._restore(exp_name, local_dir, local_dir)


class ParallelTuneRelativeLocalDirTest(SerialTuneRelativeLocalDirTest):
local_mode = False
prefix = "Parallel"


if __name__ == "__main__":
unittest.main(verbosity=2)

0 comments on commit 3a1e8d0

Please sign in to comment.