summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 21389edca..fd0dd8708 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -438,7 +438,7 @@ class QuteProc(testprocess.Process):
except AttributeError:
pass
else:
- if call.failed or hasattr(call, 'wasxfail'):
+ if call.failed or hasattr(call, 'wasxfail') or call.skipped:
super().after_test()
return