Skip to content

Commit

Permalink
nvbn#486: Ignore a test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amtrivedi91 committed Mar 30, 2016
1 parent 71f30ef commit 05048f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rules/test_ssh_known_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_match(ssh_error):
assert not match(Command('ssh'))


@pytest.mark.skipif(os.name == 'nt', reason='Skip if testing on Windows')
def test_side_effect(ssh_error):
errormsg, path, reset, known_hosts = ssh_error
command = Command('ssh user@host', stderr=errormsg)
Expand Down

0 comments on commit 05048f5

Please sign in to comment.