Skip to content

Commit

Permalink
skip failing tests to facilitate 1.24 rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashem committed May 5, 2022
1 parent d06e516 commit f337547
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.

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

16 changes: 16 additions & 0 deletions test/extended/util/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,22 @@ var (
// https://bugzilla.redhat.com/show_bug.cgi?id=1825027
`\[Feature:Platform\] Managed cluster should ensure control plane operators do not make themselves unevictable`,
},

// TODO: to facilitate v.14 rebase, skip the following tests until May 27 2022,
// the following key should be removed after the rebase PR lands
// BZs to keep track of these issues:
// - [sig-api-machinery] API data in etcd should be: https://bugzilla.redhat.com/show_bug.cgi?id=2081021
// - [sig-instrumentation] Events API should ensure that: https://bugzilla.redhat.com/show_bug.cgi?id=2081084
// - [sig-auth] ServiceAccounts : https//bugzilla.redhat.com/show_bug.cgi?id=2081087
"[SkippedUntil:05272022:blocker-bz/2081087]": {
`\[sig-auth\] ServiceAccounts should allow opting out of API token automount`,
},
"[SkippedUntil:05272022:blocker-bz/2081084]": {
`\[sig-instrumentation\] Events API should ensure that an event can be fetched, patched, deleted, and listed`,
},
"[SkippedUntil:05272022:blocker-bz/2081021]": {
`\[sig-api-machinery\] API data in etcd should be stored at the correct location and version for all resources`,
},
}

// labelExcludes temporarily block tests out of a specific suite
Expand Down

0 comments on commit f337547

Please sign in to comment.