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",