Skip to content

Commit 58305c0

Browse files
Enable Hello Update test (#151)
1 parent 5f51915 commit 58305c0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/hello/hello_update_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010

1111
async def test_update_workflow(client: Client, env: WorkflowEnvironment):
12-
if env.supports_time_skipping:
13-
pytest.skip(
14-
"Time-skipping test server currently has issue with update: https://github.com/temporalio/sdk-java/issues/1903"
15-
)
1612
task_queue_name = str(uuid.uuid4())
1713
async with Worker(client, task_queue=task_queue_name, workflows=[GreetingWorkflow]):
1814
handle = await client.start_workflow(

0 commit comments

Comments
 (0)