Skip to content

Commit 11ead60

Browse files
Bump tests/specifications from 34f9a57 to b1b5a7f (#1517)
* Bump tests/specifications from `34f9a57` to `b1b5a7f` Bumps [tests/specifications](https://github.com/mongodb/specifications) from `34f9a57` to `b1b5a7f`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](mongodb/specifications@34f9a57...b1b5a7f) --- updated-dependencies: - dependency-name: tests/specifications dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * PHPLIB-1576: Skip bypassDocumentValidation tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Braun <[email protected]>
1 parent 4c7b1cb commit 11ead60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

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