There was an error while loading. Please reload this page.
1 parent bad733f commit e5a4412Copy full SHA for e5a4412
1 file changed
tests/test_manifests.py
@@ -19,6 +19,8 @@ def _call_test(testcase):
19
20
try:
21
testcase.runTest()
22
+ if testcase.pending:
23
+ pytest.xfail(reason=testcase.pending)
24
except unittest.SkipTest as e:
25
pytest.skip(str(e))
26
0 commit comments