Skip to content

Commit

Permalink
Removing call to listByResourceGroup due to flakyness in the Azure API
Browse files Browse the repository at this point in the history
  • Loading branch information
Makdaam authored and m1kola committed Mar 7, 2022
1 parent 4064d6a commit 79f9897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ var _ = Describe("List clusters", func() {

Expect(found).To(Equal(true))
})
Specify("the test cluster should be in the returned listByResourceGroup", func() {
// listByResourceGroup test marked Pending (X), don't reenable until ARM caching issue is fixed, see https://github.com/Azure/ARO-RP/pull/1995
XSpecify("the test cluster should be in the returned listByResourceGroup", func() {
ctx := context.Background()

ocList, err := clients.OpenshiftClustersv20200430.ListByResourceGroup(ctx, vnetResourceGroup)
Expand Down

0 comments on commit 79f9897

Please sign in to comment.