Skip to content

Commit

Permalink
Skip install salt 3005 test on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 21, 2023
1 parent e950899 commit 9edf5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_verify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def test_pip_install_salt_git(pipexec, build, tmp_path, pyexec):
assert script.exists()


@pytest.mark.skip_on_darwin
@pytest.mark.skip_on_windows
@pytest.mark.skipif(
get_build_version() == "3.11.4", reason="3.11.4 will not work with 3005.x"
Expand Down

0 comments on commit 9edf5cf

Please sign in to comment.