Skip to content

Commit

Permalink
OCM-7956 | ci: Added exclude label for tc-id OCP-60202
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraj7 committed May 10, 2024
1 parent 0a5850c commit 6834412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/test_rosacli_iam_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ var _ = Describe("Edit IAM",
Expect(textData).To(ContainSubstring(fmt.Sprintf("Created role '%s-HCP-ROSA-Support-Role'", rolePrefixCandidate)))
Expect(textData).To(ContainSubstring(fmt.Sprintf("Created role '%s-HCP-ROSA-Worker-Role'", rolePrefixCandidate)))

By("List the acount roles ")
By("List the account roles ")
accountRoleList, _, err := ocmResourceService.ListAccountRole()
Expect(err).To(BeNil())

Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/test_rosacli_node_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ var _ = Describe("Edit nodepool",
})

It("can create nodepool with defined subnets - [id:60202]",
labels.Critical,
labels.Critical, labels.Exclude,
// Exclude label must be removed after OCM-7924 bug is fixed.
func() {
var subnets []string
nodePoolName := common.GenerateRandomName("np-60202", 2)
Expand Down

0 comments on commit 6834412

Please sign in to comment.