Skip to content

Commit

Permalink
Bump tests/specifications from 11022ca to f321471 (#1536)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and alcaeus authored Nov 27, 2024
1 parent 1074e23 commit 67b3064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 67b3064

Please sign in to comment.