Skip to content

Commit f0c4cc5

Browse files
committed
PHPLIB-1307: Skip listSearchIndexes test
1 parent 1a0e7b6 commit f0c4cc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ class UnifiedSpecTest extends FunctionalTestCase
8383
'valid-pass/createEntities-operation: createEntities operation' => 'CSOT is not yet implemented (PHPC-1760)',
8484
'valid-pass/entity-cursor-iterateOnce: iterateOnce' => 'CSOT is not yet implemented (PHPC-1760)',
8585
'valid-pass/matches-lte-operator: special lte matching operator' => 'CSOT is not yet implemented (PHPC-1760)',
86+
// libmongoc always adds readConcern to aggregate command
87+
'index-management/search index operations ignore read and write concern: listSearchIndexes ignores read and write concern' => 'libmongoc appends readConcern to aggregate command',
8688
];
8789

8890
private static UnifiedTestRunner $runner;
@@ -308,7 +310,7 @@ public function testIndexManagement(UnifiedTestCase $test): void
308310

309311
public function provideIndexManagementTests()
310312
{
311-
yield from $this->provideTests(__DIR__ . '/index-management/*.json');
313+
yield from $this->provideTests(__DIR__ . '/index-management/searchIndexIgnoresReadWriteConcern.json');
312314
}
313315

314316
private function provideTests(string $pattern): Generator

0 commit comments

Comments
 (0)