We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4d629 commit bdbccf1Copy full SHA for bdbccf1
1 file changed
tests/test_submission.py
@@ -155,7 +155,7 @@ def test_v2_multiTask(page: Page) -> None:
155
156
157
# Skip this test if in the CI
158
-@pytest.mark.skipif(ci, reason="Works locally but fails in the CI because of CELERY_TASK_ALWAYS_EAGER = True"")
+@pytest.mark.skipif(ci, reason="Works locally but fails in the CI because of CELERY_TASK_ALWAYS_EAGER = True")
159
def test_v2_multiTaskFactSheet(page: Page) -> None:
160
page.goto("/")
161
page.get_by_role("link", name=" Benchmarks/Competitions").click()
0 commit comments