Skip to content

Commit

Permalink
skip windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kramstrom committed Jul 12, 2024
1 parent 3b55212 commit 505951f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def test_shell_cmd(servicer, set_env_client, test_dir, mock_shell_pty):


@pytest.mark.parametrize(("platform", "expected_exit_code"), [("win32", 1), ("cygwin", 1), ("linux", 0), ("darwin", 0)])
@skip_windows("modal shell is not supported on Windows.")
def test_shell_cmd_fails_on_windows(
servicer, set_env_client, mock_shell_pty, monkeypatch, platform, expected_exit_code
):
Expand Down

0 comments on commit 505951f

Please sign in to comment.