Commit 81c39b45 authored by Janet Kuo's avatar Janet Kuo

Label 3 flaky deployment e2e tests with [Flaky]

parent e0e305c6
...@@ -34,13 +34,13 @@ var _ = Describe("Deployment", func() { ...@@ -34,13 +34,13 @@ var _ = Describe("Deployment", func() {
It("deployment should create new pods", func() { It("deployment should create new pods", func() {
testNewDeployment(f) testNewDeployment(f)
}) })
It("deployment should delete old pods and create new ones", func() { It("deployment should delete old pods and create new ones [Flaky]", func() {
testRollingUpdateDeployment(f) testRollingUpdateDeployment(f)
}) })
It("deployment should scale up and down in the right order", func() { It("deployment should scale up and down in the right order [Flaky]", func() {
testRollingUpdateDeploymentEvents(f) testRollingUpdateDeploymentEvents(f)
}) })
It("deployment should support rollover", func() { It("deployment should support rollover [Flaky]", func() {
testRolloverDeployment(f) testRolloverDeployment(f)
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment