From e5df1025a951d4a98c9f06fc0c3af89eecdefb1c Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Mon, 18 Mar 2024 16:39:19 -0400 Subject: [PATCH] MOTOR-1269: Fix regex form --- synchro/synchrotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/synchrotest.py b/synchro/synchrotest.py index ab386e8f..8816aa74 100644 --- a/synchro/synchrotest.py +++ b/synchro/synchrotest.py @@ -72,7 +72,7 @@ "TestSCRAM.test_scram_threaded", "TestGSSAPI.test_gssapi_threaded", "*.test_concurrent_close", - "TestUnifiedInterruptInUsePoolClear", + "TestUnifiedInterruptInUsePoolClear.*", # These are in test_gridfs_bucket. "TestGridfs.test_threaded_reads", "TestGridfs.test_threaded_writes",