@@ -7149,8 +7149,6 @@ test_client_side_encryption_install(TestSuite *suite)
71497149 NULL /* ctx */ ,
71507150 test_framework_skip_if_no_client_side_encryption ,
71517151 test_framework_skip_if_max_wire_version_less_than_21 ,
7152- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7153- test_framework_skip_if_serverless ,
71547152 test_framework_skip_if_single );
71557153
71567154 TestSuite_AddFull (suite ,
@@ -7160,8 +7158,6 @@ test_client_side_encryption_install(TestSuite *suite)
71607158 NULL /* ctx */ ,
71617159 test_framework_skip_if_no_client_side_encryption ,
71627160 test_framework_skip_if_max_wire_version_less_than_21 ,
7163- // Remove skip_if_serverless once DRIVERS-2589 is resolved
7164- test_framework_skip_if_serverless ,
71657161 test_framework_skip_if_single );
71667162
71677163 TestSuite_AddFull (suite ,
@@ -7171,8 +7167,6 @@ test_client_side_encryption_install(TestSuite *suite)
71717167 NULL /* ctx */ ,
71727168 test_framework_skip_if_no_client_side_encryption ,
71737169 test_framework_skip_if_max_wire_version_less_than_21 ,
7174- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7175- test_framework_skip_if_serverless ,
71767170 test_framework_skip_if_single );
71777171
71787172 TestSuite_AddFull (suite ,
@@ -7182,8 +7176,6 @@ test_client_side_encryption_install(TestSuite *suite)
71827176 NULL /* ctx */ ,
71837177 test_framework_skip_if_no_client_side_encryption ,
71847178 test_framework_skip_if_max_wire_version_less_than_21 ,
7185- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7186- test_framework_skip_if_serverless ,
71877179 test_framework_skip_if_single );
71887180
71897181 TestSuite_AddFull (suite ,
@@ -7193,8 +7185,6 @@ test_client_side_encryption_install(TestSuite *suite)
71937185 NULL /* ctx */ ,
71947186 test_framework_skip_if_no_client_side_encryption ,
71957187 test_framework_skip_if_max_wire_version_less_than_21 ,
7196- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7197- test_framework_skip_if_serverless ,
71987188 test_framework_skip_if_single );
71997189
72007190 TestSuite_AddFull (suite ,
@@ -7237,8 +7227,6 @@ test_client_side_encryption_install(TestSuite *suite)
72377227 NULL /* ctx */ ,
72387228 test_framework_skip_if_no_client_side_encryption ,
72397229 test_framework_skip_if_max_wire_version_less_than_21 ,
7240- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7241- test_framework_skip_if_serverless ,
72427230 test_framework_skip_if_single );
72437231
72447232 TestSuite_AddFull (suite ,
@@ -7284,8 +7272,6 @@ test_client_side_encryption_install(TestSuite *suite)
72847272 NULL ,
72857273 test_framework_skip_if_no_client_side_encryption ,
72867274 test_framework_skip_if_max_wire_version_less_than_21 ,
7287- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7288- test_framework_skip_if_serverless ,
72897275 test_framework_skip_if_single );
72907276
72917277 TestSuite_AddFull (suite ,
@@ -7296,8 +7282,6 @@ test_client_side_encryption_install(TestSuite *suite)
72967282 NULL ,
72977283 test_framework_skip_if_no_client_side_encryption ,
72987284 test_framework_skip_if_max_wire_version_less_than_21 ,
7299- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7300- test_framework_skip_if_serverless ,
73017285 test_framework_skip_if_single );
73027286 TestSuite_AddFull (suite ,
73037287 "/client_side_encryption/createEncryptedCollection/"
@@ -7307,8 +7291,6 @@ test_client_side_encryption_install(TestSuite *suite)
73077291 NULL ,
73087292 test_framework_skip_if_no_client_side_encryption ,
73097293 test_framework_skip_if_max_wire_version_less_than_21 ,
7310- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7311- test_framework_skip_if_serverless ,
73127294 test_framework_skip_if_single );
73137295 TestSuite_AddFull (suite ,
73147296 "/client_side_encryption/createEncryptedCollection/insert" ,
@@ -7317,8 +7299,6 @@ test_client_side_encryption_install(TestSuite *suite)
73177299 NULL ,
73187300 test_framework_skip_if_no_client_side_encryption ,
73197301 test_framework_skip_if_max_wire_version_less_than_21 ,
7320- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7321- test_framework_skip_if_serverless ,
73227302 test_framework_skip_if_single );
73237303 TestSuite_AddFull (suite ,
73247304 "/client_side_encryption/bypass_mongocryptd_shared_library" ,
@@ -7375,8 +7355,6 @@ test_client_side_encryption_install(TestSuite *suite)
73757355 (void * )rangeTypes [i ] /* ctx */ ,
73767356 test_framework_skip_if_no_client_side_encryption ,
73777357 test_framework_skip_if_max_wire_version_less_than_25 , /* range queries require MongoDB 8.0+ */
7378- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7379- test_framework_skip_if_serverless ,
73807358 test_framework_skip_if_not_replset );
73817359 } else {
73827360 TestSuite_AddFull (
@@ -7387,8 +7365,6 @@ test_client_side_encryption_install(TestSuite *suite)
73877365 (void * )rangeTypes [i ] /* ctx */ ,
73887366 test_framework_skip_if_no_client_side_encryption ,
73897367 test_framework_skip_if_max_wire_version_less_than_25 , /* range queries require MongoDB 8.0+ */
7390- // Remove skip_if_serverless once DRIVERS-2589 is resolved.
7391- test_framework_skip_if_serverless ,
73927368 test_framework_skip_if_single );
73937369 }
73947370
0 commit comments