Skip to content

Commit 0d50e7c

Browse files
committed
todo comment
1 parent c3d6101 commit 0d50e7c

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,9 +95,12 @@ var _ = Describe("Test workload-variant-autoscaler - GPU Limiter Feature", Order
9595
if gpuType == "" {
9696
gpuType = "nvidia"
9797
}
98+
99+
// TODO: remove this when discovery is implemented for other GPU types
98100
if gpuType != "nvidia" {
99101
Skip("Skipping limiter test: only NVIDIA is supported by current discovery")
100102
}
103+
101104
_, _ = fmt.Fprintf(GinkgoWriter, "GPU type for this test run: %s (resource: %s)\n", gpuType, gpuResourceName)
102105

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

0 commit comments

Comments
 (0)