Skip to content

Commit 07b48fc

Browse files
authored
PHPLIB-947: Skip legacy CSFLE explain test pending crypt_shared fix (#972)
1 parent 1b29a6d commit 07b48fc

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
@@ -65,6 +65,7 @@ class ClientSideEncryptionSpecTest extends FunctionalTestCase
6565
'awsTemporary: Insert a document with auto encryption using the AWS provider with temporary credentials' => 'Not yet implemented (PHPC-1751)',
6666
'awsTemporary: Insert with invalid temporary credentials' => 'Not yet implemented (PHPC-1751)',
6767
'azureKMS: Insert a document with auto encryption using Azure KMS provider' => 'RHEL platform is missing Azure root certificate (PHPLIB-619)',
68+
'explain: Explain a find with deterministic encryption' => 'crypt_shared does not add apiVersion field to explain commands (PHPLIB-947, SERVER-69564)',
6869
'timeoutMS: timeoutMS applied to listCollections to get collection schema' => 'Not yet implemented (PHPC-1760)',
6970
'timeoutMS: remaining timeoutMS applied to find to get keyvault data' => 'Not yet implemented (PHPC-1760)',
7071
];

0 commit comments

Comments
 (0)