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.