Skip to content

Commit 74e7a04

Browse files
committed
s/skip/skipif/
1 parent 277ae40 commit 74e7a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/c/test_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ def test_string_assignment_to_byte_array():
30183018
except ImportError:
30193019
pass # win32
30203020

3021-
@pytest.mark.skip(
3021+
@pytest.mark.skipif(
30223022
is_ios,
30233023
reason="For an unknown reason fscanf() doesn't read anything on 3.14"
30243024
" and crashes on 3.13 (that's why it's not an xfail)",

0 commit comments

Comments
 (0)