From f23913ec04283ad084c8dfa1d6a0df1016d5d344 Mon Sep 17 00:00:00 2001 From: Drew Hoskins Date: Wed, 20 Nov 2024 16:59:20 -0800 Subject: [PATCH] Enable Hello Update test --- tests/hello/hello_update_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/hello/hello_update_test.py b/tests/hello/hello_update_test.py index 2a079387..f7664ecb 100644 --- a/tests/hello/hello_update_test.py +++ b/tests/hello/hello_update_test.py @@ -9,10 +9,6 @@ async def test_update_workflow(client: Client, env: WorkflowEnvironment): - if env.supports_time_skipping: - pytest.skip( - "Time-skipping test server currently has issue with update: https://github.com/temporalio/sdk-java/issues/1903" - ) task_queue_name = str(uuid.uuid4()) async with Worker(client, task_queue=task_queue_name, workflows=[GreetingWorkflow]): handle = await client.start_workflow(