Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b49f8 commit 89ba56dCopy full SHA for 89ba56d
1 file changed
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