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.
2 parents 319db59 + 39e5122 commit 7ad2eb0Copy full SHA for 7ad2eb0
test/e2e/apps/rc.go
@@ -97,7 +97,7 @@ var _ = SIGDescribe("ReplicationController", func() {
97
testRCReleaseControlledNotMatching(f)
98
})
99
100
- ginkgo.It("should test the lifecycle of a ReplicationController", func() {
+ ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() {
101
testRcName := "rc-test"
102
testRcNamespace := ns
103
testRcInitialReplicaCount := int32(1)
0 commit comments