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 25c2bde commit 499ea6fCopy full SHA for 499ea6f
tests/test_assync.py
@@ -27,6 +27,7 @@ def setUp(self) -> None:
27
# Running processes using the MultiProcessing scheduler and a file-based database
28
configuration.CONFIG.set('processing', 'mode', 'distributed')
29
30
+ @pytest.mark.xfail(reason="async fails")
31
def test_async(self):
32
client = client_for(Service(processes=[Sleep()]))
33
wps = WPSExecution()
0 commit comments