Skip to content

Commit 27cbfdd

Browse files
committed
[PYTHON-1143] Ignore test that shouldnt run on windows
1 parent 40a7c35 commit 27cbfdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/standard/test_cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ def test_add_profile_timeout(self):
11031103
else:
11041104
raise Exception("add_execution_profile didn't timeout after {0} retries".format(max_retry_count))
11051105

1106+
@notwindows
11061107
def test_execute_query_timeout(self):
11071108
with Cluster() as cluster:
11081109
session = cluster.connect(wait_for_all_pools=True)

0 commit comments

Comments
 (0)