Skip to content

Commit 0b44613

Browse files
Skip KMS retry test on serverless (#1285)
1 parent 4139b56 commit 0b44613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/csfle.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,6 +3498,11 @@ async fn range_explicit_encryption_defaults() -> Result<()> {
34983498
// using openssl causes errors after configuring a network failpoint
34993499
#[cfg(not(feature = "openssl-tls"))]
35003500
async fn kms_retry() {
3501+
if *super::SERVERLESS {
3502+
log_uncaptured("skipping kms_retry on serverless");
3503+
return;
3504+
}
3505+
35013506
use reqwest::{Certificate, Client as HttpClient};
35023507

35033508
let endpoint = "127.0.0.1:9003";

0 commit comments

Comments
 (0)