Skip to content

Commit 2be678e

Browse files
committed
Skip distinct-hint tests pending PHPLIB-1582
1 parent b1b84ff commit 2be678e

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
@@ -43,6 +43,7 @@ class UnifiedSpecTest extends FunctionalTestCase
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)',
4545
'crud/bypassDocumentValidation' => 'bypassDocumentValidation is handled by libmongoc (PHPLIB-1576)',
46+
'crud/distinct-hint' => 'Hint for distinct operations is not supported (PHPLIB-1582)',
4647
];
4748

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

0 commit comments

Comments
 (0)