Skip to content

Commit 8d602d2

Browse files
committed
Skip SANO test in time skipping
1 parent a6f33d6 commit 8d602d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/nexus/test_temporal_operation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,10 @@ async def test_temporal_operation_includes_workflow_token_in_callback(
11731173
async def test_temporal_operation_includes_activity_token_in_callback(
11741174
client: Client, env: WorkflowEnvironment
11751175
):
1176+
if env.supports_time_skipping:
1177+
pytest.skip(
1178+
"Standalone Nexus Operation tests don't work with time-skipping server"
1179+
)
11761180
task_queue = str(uuid.uuid4())
11771181
endpoint_name = make_nexus_endpoint_name(task_queue)
11781182
await env.create_nexus_endpoint(endpoint_name, task_queue)

0 commit comments

Comments
 (0)