We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3e65b commit bef41a5Copy full SHA for bef41a5
tests/test_run_submission.py
@@ -279,7 +279,7 @@ def tearDown(self):
279
super().tearDown()
280
self.temp_dir.cleanup()
281
282
- @unittest.skipIf(sys.platform == "darwin", "TODO: Error on macos")
+ @unittest.skip("It seems the remote file may be deleted")
283
def test_async_run_submission(self):
284
return super().test_async_run_submission()
285
0 commit comments