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 eddb074 commit 92c21d7Copy full SHA for 92c21d7
1 file changed
Lib/test/test_warnings/__init__.py
@@ -772,6 +772,7 @@ class CWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
772
class PyWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
773
module = py_warnings
774
775
+ @unittest.skipIf(True, "FIXME: Issue #26588")
776
def test_tracemalloc(self):
777
self.addCleanup(support.unlink, support.TESTFN)
778
0 commit comments