File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 16
16
* Unified test format spec tests.
17
17
*
18
18
* @see https://github.com/mongodb/specifications/blob/master/source/unified-test-format/unified-test-format.rst
19
+ * @group serverless
19
20
*/
20
21
class UnifiedSpecTest extends FunctionalTestCase
21
22
{
@@ -141,7 +142,6 @@ public function provideCommandMonitoringTests()
141
142
142
143
/**
143
144
* @dataProvider provideCrudTests
144
- * @group serverless
145
145
*/
146
146
public function testCrud (UnifiedTestCase $ test ): void
147
147
{
@@ -194,7 +194,6 @@ public function provideSessionsTests()
194
194
195
195
/**
196
196
* @dataProvider provideTransactionsTests
197
- * @group serverless
198
197
*/
199
198
public function testTransactions (UnifiedTestCase $ test ): void
200
199
{
@@ -209,7 +208,6 @@ public function provideTransactionsTests()
209
208
/**
210
209
* @dataProvider provideVersionedApiTests
211
210
* @group versioned-api
212
- * @group serverless
213
211
*/
214
212
public function testVersionedApi (UnifiedTestCase $ test ): void
215
213
{
You can’t perform that action at this time.
0 commit comments