We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e402c7e commit bd9a040Copy full SHA for bd9a040
tests/worker/test_worker.py
@@ -445,6 +445,9 @@ def my_signal(self, value: str) -> None:
445
446
447
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
+
451
class MyPermit(SlotPermit):
452
def __init__(self, pnum: int):
453
super().__init__()
0 commit comments