From aa04af3f5c4589742e6fbb455b22de88e150df37 Mon Sep 17 00:00:00 2001 From: Abu Kashem Date: Mon, 19 Sep 2022 13:46:38 -0400 Subject: [PATCH] apf: don't omit flowschemas from reset fields test --- test/integration/apiserver/apply/reset_fields_test.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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.