Skip to content

Commit a35e09e

Browse files
authored
PHPLIB-912: Skip failing test until test is updated (#960)
1 parent 5d48a1e commit a35e09e

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
@@ -64,6 +64,8 @@ class UnifiedSpecTest extends FunctionalTestCase
6464
'valid-pass/createEntities-operation: createEntities operation' => 'CSOT is not yet implemented (PHPC-1760)',
6565
'valid-pass/entity-cursor-iterateOnce: iterateOnce' => 'CSOT is not yet implemented (PHPC-1760)',
6666
'valid-pass/matches-lte-operator: special lte matching operator' => 'CSOT is not yet implemented (PHPC-1760)',
67+
// Fails on sharded clusters
68+
'change-streams/change-streams-showExpandedEvents: when showExpandedEvents is true, createIndex events are reported' => 'Fails on sharded clusters (PHPLIB-912)',
6769
];
6870

6971
/** @var UnifiedTestRunner */

0 commit comments

Comments
 (0)