Skip to content

Commit

Permalink
skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 25, 2023
1 parent d5999e9 commit 837b794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiversx_sdk_cli/tests/test_cli_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_check_sc_meta():
assert False


@pytest.mark.skip_on_windows
def test_deps_check_vmtools():
return_code = main(["deps", "check", "vmtools"])
if return_code:
Expand Down

0 comments on commit 837b794

Please sign in to comment.