Skip to content

Commit

Permalink
Enable passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 26, 2019
1 parent 302f606 commit 714f6c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ 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 714f6c8

Please sign in to comment.