Skip to content

Commit

Permalink
add skipping in advanced_cluster tpf
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBettati committed Nov 11, 2024
1 parent cbca7ad commit 7aeb017
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ func TestAccClusterAdvancedCluster_priorityNewSchema(t *testing.T) {
}

func TestAccClusterAdvancedCluster_pinnedFCVWithVersionUpgradeAndDowngrade(t *testing.T) {
acc.SkipIfTPFAdvancedCluster(t)
var (
orgID = os.Getenv("MONGODB_ATLAS_ORG_ID")
projectName = acc.RandomProjectName() // Using single project to assert plural data source
Expand Down

0 comments on commit 7aeb017

Please sign in to comment.