mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
apf: don't omit flowschemas from reset fields test
This commit is contained in:
parent
497e0dfd33
commit
aa04af3f5c
1 changed files with 1 additions and 5 deletions
|
|
@ -72,11 +72,7 @@ var resetFieldsStatusData = map[schema.GroupVersionResource]string{
|
|||
// resetFieldsStatusDefault conflicts with statusDefault
|
||||
const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus", "status":"False"}]}}`
|
||||
|
||||
var resetFieldsSkippedResources = map[string]struct{}{
|
||||
// TODO: flowschemas is flaking,
|
||||
// possible bug in the flowschemas controller.
|
||||
"flowschemas": {},
|
||||
}
|
||||
var resetFieldsSkippedResources = map[string]struct{}{}
|
||||
|
||||
// noConflicts is the set of reources for which
|
||||
// a conflict cannot occur.
|
||||
|
|
|
|||
Loading…
Reference in a new issue