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 46591a5 commit 5b32a2b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.

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

12 changes: 12 additions & 0 deletions test/extended/util/annotate/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,18 @@ 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]": {
`\[sig-auth\] ServiceAccounts should allow opting out of API token automount`,
`\[sig-instrumentation\] Events API should ensure that an event can be fetched, patched, deleted, and listed`,
`\[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 5b32a2b

Please sign in to comment.