Skip to content

Commit bef41a5

Browse files
authored
skip test_async_run_submission for LocalContext (#431)
It seems not working Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent df3e65b commit bef41a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_run_submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def tearDown(self):
279279
super().tearDown()
280280
self.temp_dir.cleanup()
281281

282-
@unittest.skipIf(sys.platform == "darwin", "TODO: Error on macos")
282+
@unittest.skip("It seems the remote file may be deleted")
283283
def test_async_run_submission(self):
284284
return super().test_async_run_submission()
285285

0 commit comments

Comments
 (0)