Skip to content

Commit 89ba56d

Browse files
committed
Skip crasher tests
1 parent c9b49f8 commit 89ba56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_crashers.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
class CrasherTest(unittest.TestCase):
1919

20+
@unittest.skip("these tests are too fragile")
2021
@test.support.cpython_only
2122
def test_crashers_crash(self):
2223
for fname in glob.glob(CRASHER_FILES):

0 commit comments

Comments
 (0)