Skip to content

Commit e5a4412

Browse files
committed
Mark pending tests as xfail
1 parent bad733f commit e5a4412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_manifests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def _call_test(testcase):
1919

2020
try:
2121
testcase.runTest()
22+
if testcase.pending:
23+
pytest.xfail(reason=testcase.pending)
2224
except unittest.SkipTest as e:
2325
pytest.skip(str(e))
2426

0 commit comments

Comments
 (0)