Skip to content

Commit a77ce7b

Browse files
Merge v1.x into v2.x (#1519)
2 parents 294e4b6 + 11ead60 commit a77ce7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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)