From e0fc3d75172da85729d5c3b996dcdff4b71ec90e Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Tue, 11 Feb 2025 13:10:27 -0500 Subject: [PATCH] PYTHON-4865 - Re-enable TestBulkWriteConcern tests --- test/asynchronous/test_bulk.py | 1 - test/test_bulk.py | 1 - 2 files changed, 2 deletions(-) diff --git a/test/asynchronous/test_bulk.py b/test/asynchronous/test_bulk.py index 7191a412c1..86568b666b 100644 --- a/test/asynchronous/test_bulk.py +++ b/test/asynchronous/test_bulk.py @@ -961,7 +961,6 @@ async def cause_wtimeout(self, requests, ordered): @async_client_context.require_replica_set @async_client_context.require_secondaries_count(1) async def test_write_concern_failure_ordered(self): - self.skipTest("Skipping until PYTHON-4865 is resolved.") details = None # Ensure we don't raise on wnote. diff --git a/test/test_bulk.py b/test/test_bulk.py index 6d29ff510a..6a72bddfc0 100644 --- a/test/test_bulk.py +++ b/test/test_bulk.py @@ -959,7 +959,6 @@ def cause_wtimeout(self, requests, ordered): @client_context.require_replica_set @client_context.require_secondaries_count(1) def test_write_concern_failure_ordered(self): - self.skipTest("Skipping until PYTHON-4865 is resolved.") details = None # Ensure we don't raise on wnote.