Skip to content

Commit

Permalink
Skip another test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent ce5eec9 commit e52ed04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def config_with_link(config):

return config

@pytest.mark.skipif(os.name == "nt", reason="Test does not work on Windows")
def it_should_create_links(config_with_link):
expect(gitman.install(depth=1)) == True

Expand Down

0 comments on commit e52ed04

Please sign in to comment.