Skip to content

Commit 499ea6f

Browse files
committed
xfail async test
1 parent 25c2bde commit 499ea6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_assync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def setUp(self) -> None:
2727
# Running processes using the MultiProcessing scheduler and a file-based database
2828
configuration.CONFIG.set('processing', 'mode', 'distributed')
2929

30+
@pytest.mark.xfail(reason="async fails")
3031
def test_async(self):
3132
client = client_for(Service(processes=[Sleep()]))
3233
wps = WPSExecution()

0 commit comments

Comments
 (0)