Commit 159c69ac authored by Jason Madden's avatar Jason Madden

Debugging the test__core.py memory corruption bug seen on travis.

parent 6390aec4
......@@ -4,7 +4,7 @@ import unittest
from greentest import main, skipOnLibuv
from gevent import core
@unittest.skip("Debugging")
class TestCore(unittest.TestCase):
def test_get_version(self):
......@@ -16,6 +16,7 @@ class TestCore(unittest.TestCase):
self.assertTrue(header_version)
self.assertEqual(version, header_version)
@unittest.skip("Debugging")
class TestWatchers(unittest.TestCase):
def test_io(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment