Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5016 from mboersma/disable-gpu-test
Browse files Browse the repository at this point in the history
Skip optional GPU-enabled test since sub has no quota
  • Loading branch information
k8s-ci-robot authored Jul 25, 2024
2 parents 4c87a70 + 0a221b9 commit 53fb683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53fb683

Please sign in to comment.