mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[tune] Fix Travis Blocking (#5448)
This commit is contained in:
parent
1376f1ae60
commit
3a1e8d06f9
1 changed files with 0 additions and 5 deletions
|
@ -150,10 +150,5 @@ class SerialTuneRelativeLocalDirTest(unittest.TestCase):
|
|||
self._restore(exp_name, local_dir, local_dir)
|
||||
|
||||
|
||||
class ParallelTuneRelativeLocalDirTest(SerialTuneRelativeLocalDirTest):
|
||||
local_mode = False
|
||||
prefix = "Parallel"
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main(verbosity=2)
|
||||
|
|
Loading…
Add table
Reference in a new issue