We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd1d1b commit 1da4e46Copy full SHA for 1da4e46
tests/TestCase.php
@@ -76,6 +76,8 @@ public function skipIfSearchIndexManagementIsNotSupported(): void
76
case 40324:
77
// MongoDB 7: PlanExecutor error during aggregation :: caused by :: Search index commands are only supported with Atlas.
78
case 115:
79
+ // MongoDB 7: $listSearchIndexes stage is only allowed on MongoDB Atlas
80
+ case 6047401:
81
// MongoDB 8: Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration.
82
case 31082:
83
self::markTestSkipped('Search index management is not supported on this server');
0 commit comments