for some reason didn't have some changes introduced in master
This commit is contained in:
parent
ef6e0f2bb4
commit
a4f81bcd3a
@ -1201,6 +1201,7 @@ class TestVersionedApiExamples(IntegrationTest):
|
||||
client = MongoClient(uri, server_api=ServerApi("1", deprecation_errors=True))
|
||||
# End Versioned API Example 4
|
||||
|
||||
@unittest.skip("PYTHON-3167 count has been added to API version 1")
|
||||
@client_context.require_version_min(4, 7)
|
||||
def test_versioned_api_migration(self):
|
||||
# SERVER-58785
|
||||
|
||||
Loading…
Reference in New Issue
Block a user