Skip to content

Commit cfa01ac

Browse files
committed
PYTHON-3173 Skip version API test for count (#902)
(cherry picked from commit 648a87e)
1 parent 9cab982 commit cfa01ac

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
@@ -1204,6 +1204,7 @@ def test_versioned_api(self):
12041204
client = MongoClient(uri, server_api=ServerApi("1", deprecation_errors=True))
12051205
# End Versioned API Example 4
12061206

1207+
@unittest.skip("PYTHON-3167 count has been added to API version 1")
12071208
@client_context.require_version_min(4, 7)
12081209
def test_versioned_api_migration(self):
12091210
# SERVER-58785

0 commit comments

Comments
 (0)