mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Skip crasher tests
This commit is contained in:
parent
c9b49f8759
commit
89ba56d5fb
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ infinite_loops = ["infinite_loop_re.py", "nasty_eq_vs_dict.py"]
|
|||
|
||||
class CrasherTest(unittest.TestCase):
|
||||
|
||||
@unittest.skip("these tests are too fragile")
|
||||
@test.support.cpython_only
|
||||
def test_crashers_crash(self):
|
||||
for fname in glob.glob(CRASHER_FILES):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue