Skip to content

Commit

Permalink
CLOUDP-284155 Flaky Test: mongodb-atlas-cli-master-github.com_mongodb…
Browse files Browse the repository at this point in the history
…_mongodb-atlas-cli_atlascli_test_e2e_atlas.TestClustersM0Flags_Create/atlas_clusters_m0_e2e/e2e_atlas_clusters (#3391)
  • Loading branch information
fmenezes authored Nov 18, 2024
1 parent 7a2bc84 commit 5438f89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/atlas/clusters_m0_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ func TestClustersM0Flags(t *testing.T) {
clusterName, err := RandClusterName()
req.NoError(err)

mongoDBMajorVersion, err := MongoDBMajorVersion()
req.NoError(err)

t.Run("Create", func(t *testing.T) {
cmd := exec.Command(cliPath,
clustersEntity,
Expand All @@ -61,7 +58,7 @@ func TestClustersM0Flags(t *testing.T) {
err = json.Unmarshal(resp, &cluster)
req.NoError(err)

ensureCluster(t, cluster, clusterName, mongoDBMajorVersion, 0.5, false)
ensureCluster(t, cluster, clusterName, "8.0", 0.5, false)
})

t.Run("Watch", func(t *testing.T) {
Expand Down

0 comments on commit 5438f89

Please sign in to comment.