We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cf80e commit 3f4f68fCopy full SHA for 3f4f68f
1 file changed
tests/polling/infrequent/workflow_test.py
@@ -10,7 +10,7 @@
10
11
12
async def test_infrequent_polling_workflow(client: Client, env: WorkflowEnvironment):
13
- if not env.supports_time_skipping:
+ if env.supports_time_skipping:
14
pytest.skip("Too slow to test with time-skipping disabled")
15
16
# Start a worker that hosts the workflow and activity implementations.
0 commit comments