Skip to content

Commit ca45295

Browse files
committed
remove node special feature typos
1 parent 438bc5d commit ca45295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/density_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ var _ = SIGDescribe("Density", framework.WithSerial(), framework.WithSlow(), fun
287287

288288
for _, testArg := range dTests {
289289
itArg := testArg
290-
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark][NodeSpeicalFeature:Benchmark]", itArg.podsNr, itArg.bgPodsNr)
290+
desc := fmt.Sprintf("latency/resource should be within limit when create %d pods with %d background pods [Benchmark]", itArg.podsNr, itArg.bgPodsNr)
291291
ginkgo.It(desc, func(ctx context.Context) {
292292
itArg.createMethod = "sequence"
293293
testInfo := getTestNodeInfo(f, itArg.getTestName(), desc)

0 commit comments

Comments
 (0)