File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ class UnifiedSpecTest extends FunctionalTestCase
83
83
'valid-pass/createEntities-operation: createEntities operation ' => 'CSOT is not yet implemented (PHPC-1760) ' ,
84
84
'valid-pass/entity-cursor-iterateOnce: iterateOnce ' => 'CSOT is not yet implemented (PHPC-1760) ' ,
85
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 ' ,
86
88
];
87
89
88
90
private static UnifiedTestRunner $ runner ;
@@ -308,7 +310,7 @@ public function testIndexManagement(UnifiedTestCase $test): void
308
310
309
311
public function provideIndexManagementTests ()
310
312
{
311
- yield from $ this ->provideTests (__DIR__ . '/index-management/* .json ' );
313
+ yield from $ this ->provideTests (__DIR__ . '/index-management/searchIndexIgnoresReadWriteConcern .json ' );
312
314
}
313
315
314
316
private function provideTests (string $ pattern ): Generator
You can’t perform that action at this time.
0 commit comments