From a4f81bcd3ab74d75e63dc78815fe8142b84ef110 Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 19 Mar 2022 06:05:48 -0700 Subject: [PATCH] for some reason didn't have some changes introduced in master --- test/test_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_examples.py b/test/test_examples.py index ccb48307e..f38e54050 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -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