From 67b3064aca883b92c08b2c38d9265453a32f2253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:10:21 +0100 Subject: [PATCH] Bump tests/specifications from `11022ca` to `f321471` (#1536) * Bump tests/specifications from `11022ca` to `f321471` Bumps [tests/specifications](https://github.com/mongodb/specifications) from `11022ca` to `f321471`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](https://github.com/mongodb/specifications/compare/11022ca4f21377f00827918ebbdf5ea3dbdb7d4a...f321471ecfc08680a10b8ca29bc826ecb1da5e3b) --- updated-dependencies: - dependency-name: tests/specifications dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Skip new test with unsupported operation --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Braun --- tests/SpecTests/ClientSideEncryptionSpecTest.php | 1 + tests/specifications | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/SpecTests/ClientSideEncryptionSpecTest.php b/tests/SpecTests/ClientSideEncryptionSpecTest.php index 14700a9b3..b4d2986e2 100644 --- a/tests/SpecTests/ClientSideEncryptionSpecTest.php +++ b/tests/SpecTests/ClientSideEncryptionSpecTest.php @@ -116,6 +116,7 @@ class ClientSideEncryptionSpecTest extends FunctionalTestCase 'timeoutMS: remaining timeoutMS applied to find to get keyvault data' => 'Not yet implemented (PHPC-1760)', 'namedKMS: Automatically encrypt and decrypt with a named KMS provider' => 'Not yet implemented (PHPLIB-1328)', 'fle2v2-Compact: Compact works' => 'Failing due to bug in libmongocrypt (LIBMONGOCRYPT-699)', + 'keyCache: Insert with deterministic encryption, then find it' => 'Wait operation not supported (PHPLIB-1496)', ]; private static string $specDir = __DIR__ . '/../specifications/source/client-side-encryption'; diff --git a/tests/specifications b/tests/specifications index 11022ca4f..f321471ec 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit 11022ca4f21377f00827918ebbdf5ea3dbdb7d4a +Subproject commit f321471ecfc08680a10b8ca29bc826ecb1da5e3b