From 86d7e1e5bebb7dbb2489646b25fef08dec159540 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 27 Nov 2024 10:38:17 +0100 Subject: [PATCH] Skip new test with unsupported operation --- tests/SpecTests/ClientSideEncryptionSpecTest.php | 1 + 1 file changed, 1 insertion(+) 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';