mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Temporarily skip testEndToEndReporting (#7402)
This commit is contained in:
parent
0f88444686
commit
d69fe54f6d
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
import pytest
|
||||
import collections
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
@ -211,6 +212,7 @@ class ProgressReporterTest(unittest.TestCase):
|
|||
print(prog2)
|
||||
assert prog2 == EXPECTED_RESULT_2
|
||||
|
||||
@pytest.mark.skip("Very flaky in CI.")
|
||||
def testEndToEndReporting(self):
|
||||
with tempfile.NamedTemporaryFile(suffix=".py") as f:
|
||||
f.write(END_TO_END_COMMAND.encode("utf-8"))
|
||||
|
@ -228,6 +230,5 @@ class ProgressReporterTest(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import pytest
|
||||
import sys
|
||||
sys.exit(pytest.main(["-v", __file__]))
|
||||
|
|
Loading…
Add table
Reference in a new issue