From 11ead604fb821e6a21173d0d96c9fb36d28c32cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:59:02 +0100 Subject: [PATCH] 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](https://github.com/mongodb/specifications/compare/34f9a579cb7b74023a2bf59c61c39145cf9aec45...b1b5a7f4209ba4a0fd3dca31a7b34378ac5ce6c1) --- updated-dependencies: - dependency-name: tests/specifications dependency-type: direct:production ... Signed-off-by: dependabot[bot] * PHPLIB-1576: Skip bypassDocumentValidation tests --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Braun --- tests/UnifiedSpecTests/UnifiedSpecTest.php | 1 + tests/specifications | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/UnifiedSpecTests/UnifiedSpecTest.php b/tests/UnifiedSpecTests/UnifiedSpecTest.php index 46ce8adbe..9f47f745b 100644 --- a/tests/UnifiedSpecTests/UnifiedSpecTest.php +++ b/tests/UnifiedSpecTests/UnifiedSpecTest.php @@ -42,6 +42,7 @@ class UnifiedSpecTest extends FunctionalTestCase 'crud/BulkWrite updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)', 'crud/replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)', 'crud/updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)', + 'crud/bypassDocumentValidation' => 'bypassDocumentValidation is handled by libmongoc (PHPLIB-1576)', ]; /** @var array */ diff --git a/tests/specifications b/tests/specifications index 34f9a579c..b1b5a7f42 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit 34f9a579cb7b74023a2bf59c61c39145cf9aec45 +Subproject commit b1b5a7f4209ba4a0fd3dca31a7b34378ac5ce6c1