We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c87a70 + 0a221b9 commit 53fb683Copy full SHA for 53fb683
test/e2e/azure_test.go
@@ -560,6 +560,7 @@ var _ = Describe("Workload cluster creation", func() {
560
// See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ for pricing.
561
Context("Creating a GPU-enabled cluster [OPTIONAL]", func() {
562
It("with a single control plane node and 1 node", func() {
563
+ Skip("Skipping since the e2e subscription has no quota for GPU SKUs")
564
clusterName = getClusterName(clusterNamePrefix, "gpu")
565
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
566
specName,
0 commit comments