We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd6ee0d + aa04af3 commit a6bee7dCopy full SHA for a6bee7d
test/integration/apiserver/apply/reset_fields_test.go
@@ -70,11 +70,7 @@ var resetFieldsStatusData = map[schema.GroupVersionResource]string{
70
// resetFieldsStatusDefault conflicts with statusDefault
71
const resetFieldsStatusDefault = `{"status": {"conditions": [{"type": "MyStatus", "status":"False"}]}}`
72
73
-var resetFieldsSkippedResources = map[string]struct{}{
74
- // TODO: flowschemas is flaking,
75
- // possible bug in the flowschemas controller.
76
- "flowschemas": {},
77
-}
+var resetFieldsSkippedResources = map[string]struct{}{}
78
79
// noConflicts is the set of reources for which
80
// a conflict cannot occur.
0 commit comments