mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Mark "downward API volume should update annotations / labels on
modification" as flaky.
This commit is contained in:
parent
807241b84f
commit
61fc27e3cb
@ -61,7 +61,9 @@ var _ = framework.KubeDescribe("Downward API volume", func() {
|
||||
})
|
||||
})
|
||||
|
||||
It("should update labels on modification [Conformance]", func() {
|
||||
// Mark the following 2 tests as [Flaky] because of https://github.com/kubernetes/kubernetes/issues/29633,
|
||||
// we should re-enable these tests when the issue is fixed.
|
||||
It("should update labels on modification [Conformance] [Flaky]", func() {
|
||||
labels := map[string]string{}
|
||||
labels["key1"] = "value1"
|
||||
labels["key2"] = "value2"
|
||||
@ -92,7 +94,7 @@ var _ = framework.KubeDescribe("Downward API volume", func() {
|
||||
podLogTimeout, framework.Poll).Should(ContainSubstring("key3=\"value3\"\n"))
|
||||
})
|
||||
|
||||
It("should update annotations on modification [Conformance]", func() {
|
||||
It("should update annotations on modification [Conformance] [Flaky]", func() {
|
||||
annotations := map[string]string{}
|
||||
annotations["builder"] = "bar"
|
||||
podName := "annotationupdate" + string(uuid.NewUUID())
|
||||
|
Loading…
Reference in New Issue
Block a user