remove node special feature typos

This commit is contained in:
Kevin Hannon 2024-12-20 16:33:45 -05:00
parent 438bc5d44e
commit ca4529574e

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)