Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
61fc27e3
Commit
61fc27e3
authored
Aug 05, 2016
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark "downward API volume should update annotations / labels on
modification" as flaky.
parent
807241b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
downwardapi_volume.go
test/e2e/common/downwardapi_volume.go
+4
-2
No files found.
test/e2e/common/downwardapi_volume.go
View file @
61fc27e3
...
...
@@ -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
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment