Skip to content

Commit 3887759

Browse files
authored
GODRIVER-3538 Remove serverless variants from Atlas test package. (#2217)
1 parent dafc28c commit 3887759

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

internal/cmd/testatlas/atlas_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ func TestAtlas(t *testing.T) {
6666
certKeyFile: "",
6767
wantErr: "",
6868
},
69-
{
70-
name: "Atlas with serverless",
71-
envVar: "ATLAS_SERVERLESS",
72-
certKeyFile: "",
73-
wantErr: "",
74-
},
7569
{
7670
name: "Atlas with srv file on replica set",
7771
envVar: "ATLAS_SRV_REPL",
@@ -102,12 +96,6 @@ func TestAtlas(t *testing.T) {
10296
certKeyFile: "",
10397
wantErr: "",
10498
},
105-
{
106-
name: "Atlas with srv file on serverless",
107-
envVar: "ATLAS_SRV_SERVERLESS",
108-
certKeyFile: "",
109-
wantErr: "",
110-
},
11199
{
112100
name: "Atlas with X509 Dev",
113101
envVar: "ATLAS_X509_DEV",

0 commit comments

Comments
 (0)