Skip to content

Commit 9fc24a9

Browse files
committed
wip
1 parent 7e46d64 commit 9fc24a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests_python/test_debugger_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,6 @@ def test_case_sys_exit_0_handled_exception(case_setup_dap, break_on_system_exit_
13731373
sys.platform == "darwin" or not SUPPORT_ATTACH_TO_PID or IS_PYPY,
13741374
reason="https://github.com/microsoft/ptvsd/issues/1988",
13751375
)
1376-
@pytest.mark.flaky(retries=2, delay=1)
13771376
@pytest.mark.parametrize("raised", ["raised", ""])
13781377
@pytest.mark.parametrize("uncaught", ["uncaught", ""])
13791378
@pytest.mark.parametrize("zero", ["zero", ""])

0 commit comments

Comments
 (0)