We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2fefe commit d4c032bCopy full SHA for d4c032b
pkg/controllers/workapplier/waves_integration_test.go
@@ -56,7 +56,7 @@ import (
56
// to (relatively speaking) reliably verify the wave-based parallel processing
57
// in the work applier.
58
59
-var _ = FDescribe("parallel processing with waves", func() {
+var _ = Describe("parallel processing with waves", func() {
60
Context("single wave", Ordered, func() {
61
workName := fmt.Sprintf(workNameTemplate, utils.RandStr())
62
// The environment prepared by the envtest package does not support namespace
0 commit comments