Skip to content

Commit 1a79d03

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 2 additions & 0 deletions
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;

0 commit comments

Comments
 (0)