From b11a6b8bbe5a5e5d8a3925429b6ee6b30c2df3f0 Mon Sep 17 00:00:00 2001 From: Matt Dale <9760375+matthewdale@users.noreply.github.com> Date: Fri, 3 Oct 2025 08:29:42 -0700 Subject: [PATCH] GODRIVER-3538 Remove serverless variants from Atlas test module. --- internal/cmd/testatlas/atlas_test.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/internal/cmd/testatlas/atlas_test.go b/internal/cmd/testatlas/atlas_test.go index 74707276b0..23293b1729 100644 --- a/internal/cmd/testatlas/atlas_test.go +++ b/internal/cmd/testatlas/atlas_test.go @@ -66,12 +66,6 @@ func TestAtlas(t *testing.T) { certKeyFile: "", wantErr: "", }, - { - name: "Atlas with serverless", - envVar: "ATLAS_SERVERLESS", - certKeyFile: "", - wantErr: "", - }, { name: "Atlas with srv file on replica set", envVar: "ATLAS_SRV_REPL", @@ -102,12 +96,6 @@ func TestAtlas(t *testing.T) { certKeyFile: "", wantErr: "", }, - { - name: "Atlas with srv file on serverless", - envVar: "ATLAS_SRV_SERVERLESS", - certKeyFile: "", - wantErr: "", - }, { name: "Atlas with X509 Dev", envVar: "ATLAS_X509_DEV",