Skip to content

Commit 86d7e1e

Browse files
committed
Skip new test with unsupported operation
1 parent fec52ef commit 86d7e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 1 addition & 0 deletions
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)