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 25e4984 commit b402a48Copy full SHA for b402a48
Lib/test/test_remote_pdb.py
@@ -462,6 +462,8 @@ def test_breakpoints(self):
462
self.assertIn("Function returned: 42", stdout)
463
self.assertEqual(process.returncode, 0)
464
465
+ # gh-132912: The test fails randomly
466
+ @unittest.skipIf(True, "flaky test")
467
def test_keyboard_interrupt(self):
468
"""Test that sending keyboard interrupt breaks into pdb."""
469
synchronizer_sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
0 commit comments