From 0a221b9d69bf5c8a6fa28feb2bedbd4cdff241f8 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 23 Jul 2024 14:58:32 -0600 Subject: [PATCH] Skip optional GPU-enabled test since sub has no quota --- test/e2e/azure_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index 4985ca4486b..d60fd75d88e 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -560,6 +560,7 @@ var _ = Describe("Workload cluster creation", func() { // See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ for pricing. Context("Creating a GPU-enabled cluster [OPTIONAL]", func() { It("with a single control plane node and 1 node", func() { + Skip("Skipping since the e2e subscription has no quota for GPU SKUs") clusterName = getClusterName(clusterNamePrefix, "gpu") clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput( specName,