apf: don't omit flowschemas from reset fields test

This commit is contained in:
Abu Kashem 2022-09-19 13:46:38 -04:00
parent 497e0dfd33
commit aa04af3f5c
No known key found for this signature in database
GPG Key ID: 33A4FA7088DB68A9

View File

@ -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.