Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Disable test_wait_on_abnormal_exit_enabled due to #1819.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Oct 1, 2019
1 parent 70396bd commit 14b0e80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ptvsd/server/test_start_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from __future__ import absolute_import, print_function, unicode_literals

import platform
import pytest
import sys
import time
Expand Down Expand Up @@ -62,8 +61,7 @@ def code_to_debug():


@pytest.mark.skipif(
sys.version_info < (3, 0) and platform.system() == "Windows",
reason="On Windows + Python 2, unable to send key strokes to test.",
sys.version_info < (3, 0), reason="https://github.com/microsoft/ptvsd/issues/1819"
)
@pytest.mark.parametrize(
"run", [runners.launch["integratedTerminal"], runners.launch["externalTerminal"]]
Expand Down

0 comments on commit 14b0e80

Please sign in to comment.