Skip to content

Commit c36a32a

Browse files
committed
tests: don't print xfails
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 384c8d5 commit c36a32a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unit_test/options_test.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ def test_passthrough_evil(tmp_path, monkeypatch, env_var_value):
127127

128128

129129
xfail_env_parse = pytest.mark.xfail(
130-
raises=SystemExit, reason="until we can figure out the right way to quote these values"
130+
raises=SystemExit,
131+
run=False,
132+
reason="until we can figure out the right way to quote these values",
131133
)
132134

133135

0 commit comments

Comments
 (0)