Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions test/extended/util/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ var (
},
// tests that may work, but we don't support them
"[Disabled:Unsupported]": {},
// tests broken upstream
"[Disabled:BrokenUpstream]": {
`\[sig-apps\] ReplicationController should serve a basic image on each replica with a private image`,
`\[sig-apps\] ReplicaSet should serve a basic image on each replica with a private image`,
},
// tests too slow to be part of conformance
"[Slow]": {},
// tests that are known flaky
Expand Down