We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b49f8 commit 89ba56dCopy full SHA for 89ba56d
Lib/test/test_crashers.py
@@ -17,6 +17,7 @@
17
18
class CrasherTest(unittest.TestCase):
19
20
+ @unittest.skip("these tests are too fragile")
21
@test.support.cpython_only
22
def test_crashers_crash(self):
23
for fname in glob.glob(CRASHER_FILES):
0 commit comments