Skip to content

Commit 9dabb09

Browse files
committed
chore: mark pkgcore#68 as failing locally, not just CI
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 5126a70 commit 9dabb09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_contexts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def test_syspath(tmpdir):
4545
assert mangled_syspath == tuple(sys.path)
4646

4747

48+
@pytest.mark.xfail(
49+
reason="this currently breaks on github ci, https://github.com/pkgcore/snakeoil/issues/68"
50+
)
4851
class TestSplitExec:
4952
def test_context_process(self):
5053
# code inside the with statement is run in a separate process

0 commit comments

Comments
 (0)