mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 14:02:36 +08:00
Add back some tests for xray. (#2772)
This commit is contained in:
committed by
Philipp Moritz
parent
9f06c19edd
commit
32f7d6fcf5
@@ -152,9 +152,6 @@ print("success")
|
||||
# Make sure the other driver succeeded.
|
||||
assert "success" in out
|
||||
|
||||
@unittest.skipIf(
|
||||
os.environ.get("RAY_USE_XRAY") == "1",
|
||||
"This test does not work with xray yet.")
|
||||
def testDriverExitingQuickly(self):
|
||||
# This test will create some drivers that submit some tasks and then
|
||||
# exit without waiting for the tasks to complete.
|
||||
|
||||
Reference in New Issue
Block a user