Skip to content

Commit

Permalink
skip open root share for Appveyor due to sharing violation
Browse files Browse the repository at this point in the history
jborean93 committed Feb 22, 2018

Verified

This commit was signed with the committer’s verified signature.
jborean93 Jordan Borean
1 parent 27dd21f commit 30ac4ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_open.py
Original file line number Diff line number Diff line change
@@ -1176,6 +1176,9 @@ def test_dialect_3_1_1(self, smb_real):
finally:
connection.disconnect(True)

@pytest.mark.skipif(os.name == "nt",
reason="Sharing violation occurs when running with "
"Windows")
def test_open_root_directory(self, smb_real):
connection = Connection(uuid.uuid4(), smb_real[2], smb_real[3])
connection.connect(Dialects.SMB_3_1_1)

0 comments on commit 30ac4ea

Please sign in to comment.