Skip to content

Commit

Permalink
Skip new test with unsupported operation
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 27, 2024
1 parent fec52ef commit 86d7e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/SpecTests/ClientSideEncryptionSpecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 86d7e1e

Please sign in to comment.