@@ -926,19 +926,6 @@ prose_test_10 (void *ctx)
926
926
mongoc_client_destroy (client );
927
927
}
928
928
929
- static int
930
- skip_if_no_SERVER_89464 (void )
931
- {
932
- bool is_mongos = test_framework_is_mongos ();
933
- bool has_SERVER_89464 = test_framework_getenv_bool ("HAS_SERVER_89464" );
934
- if (is_mongos && !has_SERVER_89464 ) {
935
- printf ("Skipping test. Detected mongos without changes of SERVER-89464" );
936
- return 0 ;
937
- }
938
-
939
- return 1 ;
940
- }
941
-
942
929
static void
943
930
capture_all_bulkWrite_commands (const mongoc_apm_command_started_t * event )
944
931
{
@@ -1337,20 +1324,19 @@ test_crud_install (TestSuite *suite)
1337
1324
TestSuite_AddFull (suite ,
1338
1325
"/crud/prose_test_6" ,
1339
1326
prose_test_6 ,
1340
- NULL , /* dtor */
1341
- NULL , /* ctx */
1342
- test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+ server */ ,
1343
- skip_if_no_SERVER_89464 );
1327
+ NULL , /* dtor */
1328
+ NULL , /* ctx */
1329
+ test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+ server */
1330
+ );
1344
1331
1345
1332
1346
1333
TestSuite_AddFull (suite ,
1347
1334
"/crud/prose_test_7" ,
1348
1335
prose_test_7 ,
1349
- NULL , /* dtor */
1350
- NULL , /* ctx */
1351
- test_framework_skip_if_max_wire_version_less_than_25 , /* require 8.0+
1352
- server */
1353
- skip_if_no_SERVER_89464 );
1336
+ NULL , /* dtor */
1337
+ NULL , /* ctx */
1338
+ test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+ server */
1339
+ );
1354
1340
1355
1341
1356
1342
TestSuite_AddFull (suite ,
@@ -1361,16 +1347,15 @@ test_crud_install (TestSuite *suite)
1361
1347
test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+
1362
1348
server */
1363
1349
,
1364
- test_framework_skip_if_single ,
1365
- skip_if_no_SERVER_89464 );
1350
+ test_framework_skip_if_single );
1366
1351
1367
1352
TestSuite_AddFull (suite ,
1368
1353
"/crud/prose_test_9" ,
1369
1354
prose_test_9 ,
1370
- NULL , /* dtor */
1371
- NULL , /* ctx */
1372
- test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+ server */ ,
1373
- skip_if_no_SERVER_89464 );
1355
+ NULL , /* dtor */
1356
+ NULL , /* ctx */
1357
+ test_framework_skip_if_max_wire_version_less_than_25 /* require 8.0+ server */
1358
+ );
1374
1359
1375
1360
TestSuite_AddFull (suite ,
1376
1361
"/crud/prose_test_10" ,
0 commit comments