We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd6155 commit 1f9440dCopy full SHA for 1f9440d
1 file changed
tests/test_task_general.py
@@ -39,7 +39,7 @@ def snow_instance_entry(request):
39
before_sleep=lambda _: logging.info("Retrying due to an exception..."),
40
)
41
@pytest.mark.parametrize("task_entrypoint", ATOMIC_TASKS)
42
-@pytest.mark.parametrize("random_seed", range(3))
+@pytest.mark.parametrize("random_seed", range(1))
43
@pytest.mark.slow
44
def test_cheat(task_entrypoint, random_seed: int, page: Page, snow_instance_entry):
45
instance = SNowInstance(
0 commit comments