File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5597,7 +5597,12 @@ async def my_update(self) -> str:
5597
5597
5598
5598
async def test_update_completion_is_honored_when_after_workflow_return_1 (
5599
5599
client : Client ,
5600
+ env : WorkflowEnvironment ,
5600
5601
):
5602
+ if env .supports_time_skipping :
5603
+ pytest .skip (
5604
+ "Java test server: https://github.com/temporalio/sdk-java/issues/1903"
5605
+ )
5601
5606
update_id = "my-update"
5602
5607
task_queue = "tq"
5603
5608
wf_handle = await client .start_workflow (
@@ -5648,7 +5653,12 @@ async def my_update(self) -> str:
5648
5653
5649
5654
async def test_update_completion_is_honored_when_after_workflow_return_2 (
5650
5655
client : Client ,
5656
+ env : WorkflowEnvironment ,
5651
5657
):
5658
+ if env .supports_time_skipping :
5659
+ pytest .skip (
5660
+ "Java test server: https://github.com/temporalio/sdk-java/issues/1903"
5661
+ )
5652
5662
async with Worker (
5653
5663
client ,
5654
5664
task_queue = "tq" ,
You can’t perform that action at this time.
0 commit comments