Skip to content

Commit

Permalink
Expect link tests to fail on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 9, 2017
1 parent 4210fdc commit d6cd607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api.py
Expand Up @@ -141,6 +141,7 @@ def it_should_not_overwrite_files(config_with_link):
with pytest.raises(RuntimeError):
gitman.install(depth=1)

@pytest.mark.xfail(os.name == 'nt', reason="No symlinks on Windows")
def it_overwrites_files_with_force(config_with_link):
os.system("touch my_link")

Expand Down

0 comments on commit d6cd607

Please sign in to comment.