Skip to content

Commit

Permalink
test: skip failing tests with a reference to the ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jul 19, 2024
1 parent 9bb7237 commit e78c924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func TestAccBackupCompliancePolicy_update(t *testing.T) {
}

func TestAccBackupCompliancePolicy_overwriteBackupPolicies(t *testing.T) {
acc.SkipTestForCI(t) // TODO: CLOUDP-262014 for ensuring replicationSpec.id is being populated for replica set and symmetric sharded clusters
var (
orgID = os.Getenv("MONGODB_ATLAS_ORG_ID")
projectName = acc.RandomProjectName() // No ProjectIDExecution to avoid conflicts with backup compliance policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ func TestAccBackupRSCloudBackupSchedule_onePolicy(t *testing.T) {
}

func TestAccBackupRSCloudBackupSchedule_copySettings(t *testing.T) {
acc.SkipTestForCI(t) // TODO: CLOUDP-262014 for ensuring replicationSpec.id is being populated for replica set and symmetric sharded clusters
var (
clusterInfo = acc.GetClusterInfo(t, &acc.ClusterRequest{
CloudBackup: true,
Expand Down

0 comments on commit e78c924

Please sign in to comment.