Skip to content

Commit

Permalink
Disabling the flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Oct 11, 2024
1 parent 83f9bc5 commit 0ee463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_python/test_debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -3044,7 +3044,7 @@ def test_attach_to_pid_no_threads(case_setup_remote, reattach):
writer.finished_ok = True


@pytest.mark.skipif(not IS_CPYTHON or IS_MAC or not SUPPORT_ATTACH_TO_PID or IS_PY312_OR_GREATER, reason="CPython only test (brittle on Mac).")
@pytest.mark.skipif(True, reason="Test is flaky.")
def test_attach_to_pid_halted(case_setup_remote):
with case_setup_remote.test_file("_debugger_case_attach_to_pid_multiple_threads.py", wait_for_port=False) as writer:
time.sleep(1) # Give it some time to initialize and get to the proper halting condition
Expand Down

0 comments on commit 0ee463b

Please sign in to comment.