Skip to content

Commit a694631

Browse files
committed
Skip nexus test under Java test server
1 parent 0f9a2ab commit a694631

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/worker/test_worker.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ def my_signal(self, value: str) -> None:
445445

446446

447447
async def test_custom_slot_supplier(client: Client, env: WorkflowEnvironment):
448+
if env.supports_time_skipping:
449+
pytest.skip("Nexus tests don't work under Java test server")
450+
448451
class MyPermit(SlotPermit):
449452
def __init__(self, pnum: int):
450453
super().__init__()

0 commit comments

Comments
 (0)