Skip crasher tests
This commit is contained in:
parent
c9b49f8759
commit
89ba56d5fb
|
@ -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…
Reference in New Issue