Skip to content

Commit 7ad2eb0

Browse files
authored
Merge pull request kubernetes#90354 from ii/mark-replicationcontroller-resource-lifecycle-test-as-flaky
Mark ReplicationController resource lifecycle test as flaky
2 parents 319db59 + 39e5122 commit 7ad2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/apps/rc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var _ = SIGDescribe("ReplicationController", func() {
9797
testRCReleaseControlledNotMatching(f)
9898
})
9999

100-
ginkgo.It("should test the lifecycle of a ReplicationController", func() {
100+
ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() {
101101
testRcName := "rc-test"
102102
testRcNamespace := ns
103103
testRcInitialReplicaCount := int32(1)

0 commit comments

Comments
 (0)