Add back some tests for xray. (#2772)

This commit is contained in:
Robert Nishihara
2018-08-30 11:07:23 -07:00
committed by Philipp Moritz
parent 9f06c19edd
commit 32f7d6fcf5
4 changed files with 14 additions and 18 deletions
-3
View File
@@ -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.