Skip to content

Commit 53fb683

Browse files
authored
Merge pull request #5016 from mboersma/disable-gpu-test
Skip optional GPU-enabled test since sub has no quota
2 parents 4c87a70 + 0a221b9 commit 53fb683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ var _ = Describe("Workload cluster creation", func() {
560560
// See https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/ for pricing.
561561
Context("Creating a GPU-enabled cluster [OPTIONAL]", func() {
562562
It("with a single control plane node and 1 node", func() {
563+
Skip("Skipping since the e2e subscription has no quota for GPU SKUs")
563564
clusterName = getClusterName(clusterNamePrefix, "gpu")
564565
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
565566
specName,

0 commit comments

Comments
 (0)