PYTHON-2436 Skip failing bulk insert test on 4.8+

(cherry picked from commit 4928b9088d)
This commit is contained in:
Shane Harvey 2020-11-20 12:14:11 -08:00
parent cf391f639e
commit fa44639ba1

View File

@ -2112,6 +2112,7 @@ class TestLegacyBulk(BulkTestBase):
'op': {'_id': '...', 'b': 6, 'a': 1}}]},
result)
@client_context.require_version_max(4, 8) # PYTHON-2436
def test_large_inserts_ordered(self):
big = 'x' * self.coll.database.client.max_bson_size
batch = self.coll.initialize_ordered_bulk_op()