Skip to content

Commit 67b3064

Browse files
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](mongodb/specifications@11022ca...f321471) --- updated-dependencies: - dependency-name: tests/specifications dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Skip new test with unsupported operation --------- 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 1074e23 commit 67b3064

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/SpecTests/ClientSideEncryptionSpecTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class ClientSideEncryptionSpecTest extends FunctionalTestCase
116116
'timeoutMS: remaining timeoutMS applied to find to get keyvault data' => 'Not yet implemented (PHPC-1760)',
117117
'namedKMS: Automatically encrypt and decrypt with a named KMS provider' => 'Not yet implemented (PHPLIB-1328)',
118118
'fle2v2-Compact: Compact works' => 'Failing due to bug in libmongocrypt (LIBMONGOCRYPT-699)',
119+
'keyCache: Insert with deterministic encryption, then find it' => 'Wait operation not supported (PHPLIB-1496)',
119120
];
120121

121122
private static string $specDir = __DIR__ . '/../specifications/source/client-side-encryption';

0 commit comments

Comments
 (0)