From 318dee3469424dcc9247a9519c0001ef9f7089d0 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 29 Aug 2024 11:43:36 -0400 Subject: [PATCH] DRIVERS-716 skip CSOT `bulkWrite` prose test on serverless --- source/client-side-operations-timeout/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client-side-operations-timeout/tests/README.md b/source/client-side-operations-timeout/tests/README.md index a960c2de21..7be92a6073 100644 --- a/source/client-side-operations-timeout/tests/README.md +++ b/source/client-side-operations-timeout/tests/README.md @@ -600,7 +600,7 @@ Tests in this section MUST only run against replica sets and sharded clusters wi ### 11. Multi-batch bulkWrites -This test MUST only run against server versions 8.0+. +This test MUST only run against server versions 8.0+. This test must be skipped on Atlas Serverless. 1. Using `internalClient`, drop the `db.coll` collection.