Skip to content

Commit

Permalink
Skip crasher tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Mar 19, 2011
1 parent c9b49f8 commit 89ba56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_crashers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

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):
Expand Down

0 comments on commit 89ba56d

Please sign in to comment.