From 79f9897d02e47eccc3b6f04c00d74641fd16720f Mon Sep 17 00:00:00 2001 From: Leszek Jakubowski Date: Mon, 7 Mar 2022 12:49:08 +0100 Subject: [PATCH] Removing call to listByResourceGroup due to flakyness in the Azure API --- test/e2e/list.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/list.go b/test/e2e/list.go index d92c47ceea6..56ded0cc338 100644 --- a/test/e2e/list.go +++ b/test/e2e/list.go @@ -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)