Skip to content

Commit 648a87e

Browse files
authored
PYTHON-3173 Skip version API test for count (#902)
1 parent 0a6e7bc commit 648a87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ def test_versioned_api(self):
12011201
client = MongoClient(uri, server_api=ServerApi("1", deprecation_errors=True))
12021202
# End Versioned API Example 4
12031203

1204+
@unittest.skip("PYTHON-3167 count has been added to API version 1")
12041205
@client_context.require_version_min(4, 7)
12051206
def test_versioned_api_migration(self):
12061207
# SERVER-58785

0 commit comments

Comments
 (0)