Skip to content

Commit

Permalink
Enable Hello Update test (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoskins-temporal authored Nov 21, 2024
1 parent 5f51915 commit 58305c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/hello/hello_update_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 58305c0

Please sign in to comment.