We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0e7b6 commit 1a79d03Copy full SHA for 1a79d03
tests/UnifiedSpecTests/UnifiedSpecTest.php
@@ -83,6 +83,8 @@ class UnifiedSpecTest extends FunctionalTestCase
83
'valid-pass/createEntities-operation: createEntities operation' => 'CSOT is not yet implemented (PHPC-1760)',
84
'valid-pass/entity-cursor-iterateOnce: iterateOnce' => 'CSOT is not yet implemented (PHPC-1760)',
85
'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',
88
];
89
90
private static UnifiedTestRunner $runner;
0 commit comments