We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940fb78 commit 3ecb8dfCopy full SHA for 3ecb8df
tests/UnifiedSpecTests/UnifiedSpecTest.php
@@ -29,6 +29,8 @@ class UnifiedSpecTest extends FunctionalTestCase
29
* @var array<string, string>
30
*/
31
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)',
34
// Many load balancer tests use CMAP events and/or assertNumberConnectionsCheckedOut
35
'load-balancers/cursors are correctly pinned to connections for load-balanced clusters' => 'PHPC does not implement CMAP',
36
'load-balancers/transactions are correctly pinned to connections for load-balanced clusters' => 'PHPC does not implement CMAP',
0 commit comments