@@ -131,7 +131,6 @@ public static function provideAtlasDataLakeTests(): Generator
131
131
}
132
132
133
133
#[DataProvider('provideChangeStreamsTests ' )]
134
- #[Group('serverless ' )]
135
134
public function testChangeStreams (UnifiedTestCase $ test ): void
136
135
{
137
136
self ::$ runner ->run ($ test );
@@ -144,7 +143,6 @@ public static function provideChangeStreamsTests(): Generator
144
143
145
144
#[DataProvider('provideClientSideEncryptionTests ' )]
146
145
#[Group('csfle ' )]
147
- #[Group('serverless ' )]
148
146
public function testClientSideEncryption (UnifiedTestCase $ test ): void
149
147
{
150
148
self ::$ runner ->run ($ test );
@@ -156,7 +154,6 @@ public static function provideClientSideEncryptionTests(): Generator
156
154
}
157
155
158
156
#[DataProvider('provideCollectionManagementTests ' )]
159
- #[Group('serverless ' )]
160
157
public function testCollectionManagement (UnifiedTestCase $ test ): void
161
158
{
162
159
self ::$ runner ->run ($ test );
@@ -168,7 +165,6 @@ public static function provideCollectionManagementTests(): Generator
168
165
}
169
166
170
167
#[DataProvider('provideCommandMonitoringTests ' )]
171
- #[Group('serverless ' )]
172
168
public function testCommandMonitoring (UnifiedTestCase $ test ): void
173
169
{
174
170
self ::$ runner ->run ($ test );
@@ -180,7 +176,6 @@ public static function provideCommandMonitoringTests(): Generator
180
176
}
181
177
182
178
#[DataProvider('provideCrudTests ' )]
183
- #[Group('serverless ' )]
184
179
public function testCrud (UnifiedTestCase $ test ): void
185
180
{
186
181
self ::$ runner ->run ($ test );
@@ -192,7 +187,6 @@ public static function provideCrudTests(): Generator
192
187
}
193
188
194
189
#[DataProvider('provideGridFSTests ' )]
195
- #[Group('serverless ' )]
196
190
public function testGridFS (UnifiedTestCase $ test ): void
197
191
{
198
192
self ::$ runner ->run ($ test );
@@ -204,7 +198,6 @@ public static function provideGridFSTests(): Generator
204
198
}
205
199
206
200
#[DataProvider('provideLoadBalancers ' )]
207
- #[Group('serverless ' )]
208
201
public function testLoadBalancers (UnifiedTestCase $ test ): void
209
202
{
210
203
self ::$ runner ->run ($ test );
@@ -227,7 +220,6 @@ public static function provideReadWriteConcernTests(): Generator
227
220
}
228
221
229
222
#[DataProvider('provideRetryableReadsTests ' )]
230
- #[Group('serverless ' )]
231
223
public function testRetryableReads (UnifiedTestCase $ test ): void
232
224
{
233
225
self ::$ runner ->run ($ test );
@@ -239,7 +231,6 @@ public static function provideRetryableReadsTests(): Generator
239
231
}
240
232
241
233
#[DataProvider('provideRetryableWritesTests ' )]
242
- #[Group('serverless ' )]
243
234
public function testRetryableWrites (UnifiedTestCase $ test ): void
244
235
{
245
236
self ::$ runner ->run ($ test );
@@ -251,7 +242,6 @@ public static function provideRetryableWritesTests(): Generator
251
242
}
252
243
253
244
#[DataProvider('provideRunCommandTests ' )]
254
- #[Group('serverless ' )]
255
245
public function testRunCommand (UnifiedTestCase $ test ): void
256
246
{
257
247
self ::$ runner ->run ($ test );
@@ -263,7 +253,6 @@ public static function provideRunCommandTests(): Generator
263
253
}
264
254
265
255
#[DataProvider('provideSessionsTests ' )]
266
- #[Group('serverless ' )]
267
256
public function testSessions (UnifiedTestCase $ test ): void
268
257
{
269
258
self ::$ runner ->run ($ test );
@@ -275,7 +264,6 @@ public static function provideSessionsTests(): Generator
275
264
}
276
265
277
266
#[DataProvider('provideTransactionsTests ' )]
278
- #[Group('serverless ' )]
279
267
public function testTransactions (UnifiedTestCase $ test ): void
280
268
{
281
269
self ::$ runner ->run ($ test );
@@ -298,7 +286,6 @@ public static function provideTransactionsConvenientApiTests(): Generator
298
286
}
299
287
300
288
#[DataProvider('provideVersionedApiTests ' )]
301
- #[Group('serverless ' )]
302
289
#[Group('versioned-api ' )]
303
290
public function testVersionedApi (UnifiedTestCase $ test ): void
304
291
{
0 commit comments