@@ -131,7 +131,6 @@ public static function provideAtlasDataLakeTests(): Generator
131131 }
132132
133133 #[DataProvider('provideChangeStreamsTests ' )]
134- #[Group('serverless ' )]
135134 public function testChangeStreams (UnifiedTestCase $ test ): void
136135 {
137136 self ::$ runner ->run ($ test );
@@ -144,7 +143,6 @@ public static function provideChangeStreamsTests(): Generator
144143
145144 #[DataProvider('provideClientSideEncryptionTests ' )]
146145 #[Group('csfle ' )]
147- #[Group('serverless ' )]
148146 public function testClientSideEncryption (UnifiedTestCase $ test ): void
149147 {
150148 self ::$ runner ->run ($ test );
@@ -156,7 +154,6 @@ public static function provideClientSideEncryptionTests(): Generator
156154 }
157155
158156 #[DataProvider('provideCollectionManagementTests ' )]
159- #[Group('serverless ' )]
160157 public function testCollectionManagement (UnifiedTestCase $ test ): void
161158 {
162159 self ::$ runner ->run ($ test );
@@ -168,7 +165,6 @@ public static function provideCollectionManagementTests(): Generator
168165 }
169166
170167 #[DataProvider('provideCommandMonitoringTests ' )]
171- #[Group('serverless ' )]
172168 public function testCommandMonitoring (UnifiedTestCase $ test ): void
173169 {
174170 self ::$ runner ->run ($ test );
@@ -180,7 +176,6 @@ public static function provideCommandMonitoringTests(): Generator
180176 }
181177
182178 #[DataProvider('provideCrudTests ' )]
183- #[Group('serverless ' )]
184179 public function testCrud (UnifiedTestCase $ test ): void
185180 {
186181 self ::$ runner ->run ($ test );
@@ -192,7 +187,6 @@ public static function provideCrudTests(): Generator
192187 }
193188
194189 #[DataProvider('provideGridFSTests ' )]
195- #[Group('serverless ' )]
196190 public function testGridFS (UnifiedTestCase $ test ): void
197191 {
198192 self ::$ runner ->run ($ test );
@@ -204,7 +198,6 @@ public static function provideGridFSTests(): Generator
204198 }
205199
206200 #[DataProvider('provideLoadBalancers ' )]
207- #[Group('serverless ' )]
208201 public function testLoadBalancers (UnifiedTestCase $ test ): void
209202 {
210203 self ::$ runner ->run ($ test );
@@ -227,7 +220,6 @@ public static function provideReadWriteConcernTests(): Generator
227220 }
228221
229222 #[DataProvider('provideRetryableReadsTests ' )]
230- #[Group('serverless ' )]
231223 public function testRetryableReads (UnifiedTestCase $ test ): void
232224 {
233225 self ::$ runner ->run ($ test );
@@ -239,7 +231,6 @@ public static function provideRetryableReadsTests(): Generator
239231 }
240232
241233 #[DataProvider('provideRetryableWritesTests ' )]
242- #[Group('serverless ' )]
243234 public function testRetryableWrites (UnifiedTestCase $ test ): void
244235 {
245236 self ::$ runner ->run ($ test );
@@ -251,7 +242,6 @@ public static function provideRetryableWritesTests(): Generator
251242 }
252243
253244 #[DataProvider('provideRunCommandTests ' )]
254- #[Group('serverless ' )]
255245 public function testRunCommand (UnifiedTestCase $ test ): void
256246 {
257247 self ::$ runner ->run ($ test );
@@ -263,7 +253,6 @@ public static function provideRunCommandTests(): Generator
263253 }
264254
265255 #[DataProvider('provideSessionsTests ' )]
266- #[Group('serverless ' )]
267256 public function testSessions (UnifiedTestCase $ test ): void
268257 {
269258 self ::$ runner ->run ($ test );
@@ -275,7 +264,6 @@ public static function provideSessionsTests(): Generator
275264 }
276265
277266 #[DataProvider('provideTransactionsTests ' )]
278- #[Group('serverless ' )]
279267 public function testTransactions (UnifiedTestCase $ test ): void
280268 {
281269 self ::$ runner ->run ($ test );
@@ -298,7 +286,6 @@ public static function provideTransactionsConvenientApiTests(): Generator
298286 }
299287
300288 #[DataProvider('provideVersionedApiTests ' )]
301- #[Group('serverless ' )]
302289 #[Group('versioned-api ' )]
303290 public function testVersionedApi (UnifiedTestCase $ test ): void
304291 {
0 commit comments