Merge pull request #129353 from kannon92/fix-typo-benchmark

remove node special feature typos
This commit is contained in:
Kubernetes Prow Robot
2024-12-21 05:00:15 +01:00
committed by GitHub

View File

@@ -287,7 +287,7 @@ var _ = SIGDescribe("Density", framework.WithSerial(), framework.WithSlow(), fun
for _, testArg := range dTests {
itArg := testArg
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark][NodeSpeicalFeature:Benchmark]", itArg.podsNr, itArg.bgPodsNr)
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark]", itArg.podsNr, itArg.bgPodsNr)
ginkgo.It(desc, func(ctx context.Context) {
itArg.createMethod = "sequence"
testInfo := getTestNodeInfo(f, itArg.getTestName(), desc)