Skip to content

Commit

Permalink
add another skip
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 2, 2022
1 parent 4417f1a commit 834bb4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions winpty/tests/test_ptyprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ def test_isatty(pty_fixture):


def test_wait(pty_fixture):
if pty_fixture.backend == 'ConPTY':
pytest.xfail('Not supported on ConPTY')
pty = pty_fixture(cmd=[sys.executable, '--version'])
assert pty.wait() == 0

Expand Down

0 comments on commit 834bb4b

Please sign in to comment.