Skip to content

Commit d4c032b

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 0e2fefe commit d4c032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/workapplier/waves_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import (
5656
// to (relatively speaking) reliably verify the wave-based parallel processing
5757
// in the work applier.
5858

59-
var _ = FDescribe("parallel processing with waves", func() {
59+
var _ = Describe("parallel processing with waves", func() {
6060
Context("single wave", Ordered, func() {
6161
workName := fmt.Sprintf(workNameTemplate, utils.RandStr())
6262
// The environment prepared by the envtest package does not support namespace

0 commit comments

Comments
 (0)