diff --git a/test/integration/apiserver/apply/reset_fields_test.go b/test/integration/apiserver/apply/reset_fields_test.go index 3f8c699649c..420e5bfb1cc 100644 --- a/test/integration/apiserver/apply/reset_fields_test.go +++ b/test/integration/apiserver/apply/reset_fields_test.go @@ -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.