Skip to content

Commit fc7227f

Browse files
committed
Skip nexus test under Java test server
1 parent ecd975c commit fc7227f

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
@@ -375,6 +375,9 @@ async def test_warns_when_workers_too_lot(client: Client, env: WorkflowEnvironme
375375

376376

377377
async def test_custom_slot_supplier(client: Client, env: WorkflowEnvironment):
378+
if env.supports_time_skipping:
379+
pytest.skip("Nexus tests don't work under Java test server")
380+
378381
class MyPermit(SlotPermit):
379382
def __init__(self, pnum: int):
380383
super().__init__()

0 commit comments

Comments
 (0)