Skip to content

Commit

Permalink
Merge pull request #9977 from chrischdi/pr-drop-duplicate-scale-test-1-5
Browse files Browse the repository at this point in the history
🌱 [release-1.5] e2e: Rename scale test to drop [Scale] tag
  • Loading branch information
k8s-ci-robot committed Jan 10, 2024
2 parents 4132834 + 5051389 commit 84b6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"k8s.io/utils/pointer"
)

var _ = Describe("When scale testing using in-memory provider [Scale]", func() {
var _ = Describe("When testing the machinery for scale testing using in-memory provider", func() {
scaleSpec(ctx, func() scaleSpecInput {
return scaleSpecInput{
E2EConfig: e2eConfig,
Expand Down

0 comments on commit 84b6eee

Please sign in to comment.