Skip to content

Commit bbd1be4

Browse files
committed
PHPLIB-1576: Skip bypassDocumentValidation tests
1 parent db8f88c commit bbd1be4

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/bypassDocumentValidation' => 'bypassDocumentValidation is handled by libmongoc (PHPLIB-1576)',
4546
];
4647

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

0 commit comments

Comments
 (0)