Skip to content

Commit 3ecb8df

Browse files
committed
Skip CSFLE namedKMS tests that require schema 1.18
1 parent 940fb78 commit 3ecb8df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class UnifiedSpecTest extends FunctionalTestCase
2929
* @var array<string, string>
3030
*/
3131
private static array $incompleteTestGroups = [
32+
// Spec tests for named KMS providers depends on unimplemented functionality from UTF schema 1.18
33+
'client-side-encryption/namedKMS' => 'UTF schema 1.18 is not supported (PHPLIB-1328)',
3234
// Many load balancer tests use CMAP events and/or assertNumberConnectionsCheckedOut
3335
'load-balancers/cursors are correctly pinned to connections for load-balanced clusters' => 'PHPC does not implement CMAP',
3436
'load-balancers/transactions are correctly pinned to connections for load-balanced clusters' => 'PHPC does not implement CMAP',

0 commit comments

Comments
 (0)