Skip to content

Commit 8e405c2

Browse files
committed
Skip distinct-hint tests pending PHPLIB-1582
1 parent fd3e07f commit 8e405c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class UnifiedSpecTest extends FunctionalTestCase
4242
'crud/BulkWrite updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
4343
'crud/replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)',
4444
'crud/updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
45+
'crud/distinct-hint' => 'Hint for distinct operations is not supported (PHPLIB-1582)',
4546
];
4647

4748
/** @var array<string, string> */

0 commit comments

Comments
 (0)