Skip to content

Commit c3d6101

Browse files
committed
test(e2e-limiter): skipping limiter test due to discovery not finding vendors other than nvidia
1 parent 94a53bc commit c3d6101

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/e2e-saturation-based/e2e_limiter_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ var _ = Describe("Test workload-variant-autoscaler - GPU Limiter Feature", Order
9595
if gpuType == "" {
9696
gpuType = "nvidia"
9797
}
98+
if gpuType != "nvidia" {
99+
Skip("Skipping limiter test: only NVIDIA is supported by current discovery")
100+
}
98101
_, _ = fmt.Fprintf(GinkgoWriter, "GPU type for this test run: %s (resource: %s)\n", gpuType, gpuResourceName)
99102

100103
By(fmt.Sprintf("checking cluster has sufficient %s GPUs", gpuType))

0 commit comments

Comments
 (0)