Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92c21d7

Browse files
committed
Issue #26588: skip test_warnings.test_tracemalloc()
1 parent eddb074 commit 92c21d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_warnings/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ class CWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
772772
class PyWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
773773
module = py_warnings
774774

775+
@unittest.skipIf(True, "FIXME: Issue #26588")
775776
def test_tracemalloc(self):
776777
self.addCleanup(support.unlink, support.TESTFN)
777778

0 commit comments

Comments
 (0)