mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
[tune] Higher timeout for progress reporter test (#7679)
* wip * medium size
This commit is contained in:
parent
ba86a02b37
commit
86f89fc3b3
2 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,7 @@ py_test(
|
||||||
|
|
||||||
py_test(
|
py_test(
|
||||||
name = "test_progress_reporter",
|
name = "test_progress_reporter",
|
||||||
size = "small",
|
size = "medium",
|
||||||
srcs = ["tests/test_progress_reporter.py"],
|
srcs = ["tests/test_progress_reporter.py"],
|
||||||
deps = [":tune_lib"],
|
deps = [":tune_lib"],
|
||||||
)
|
)
|
||||||
|
|
|
@ -212,7 +212,6 @@ class ProgressReporterTest(unittest.TestCase):
|
||||||
print(prog2)
|
print(prog2)
|
||||||
assert prog2 == EXPECTED_RESULT_2
|
assert prog2 == EXPECTED_RESULT_2
|
||||||
|
|
||||||
@pytest.mark.skip("Very flaky in CI.")
|
|
||||||
def testEndToEndReporting(self):
|
def testEndToEndReporting(self):
|
||||||
with tempfile.NamedTemporaryFile(suffix=".py") as f:
|
with tempfile.NamedTemporaryFile(suffix=".py") as f:
|
||||||
f.write(END_TO_END_COMMAND.encode("utf-8"))
|
f.write(END_TO_END_COMMAND.encode("utf-8"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue