diff --git a/pkg/components/managementconsole/component.go b/pkg/components/managementconsole/component.go index e76b707e..e1224d5a 100644 --- a/pkg/components/managementconsole/component.go +++ b/pkg/components/managementconsole/component.go @@ -31,6 +31,8 @@ var ManagementConsoleComponent = Component{ "upgrade should succeed: console", }, }, + {Suite: "Operator Hub tests"}, + {Suite: "operatorhub feature related"}, }, TestRenames: map[string]string{ "[Management Console][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-console": "[bz-Management Console][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-console", diff --git a/pkg/components/olm/operatorhub/component.go b/pkg/components/olm/operatorhub/component.go index 8228a134..86608b89 100644 --- a/pkg/components/olm/operatorhub/component.go +++ b/pkg/components/olm/operatorhub/component.go @@ -14,9 +14,11 @@ var OperatorHubComponent = Component{ Name: "OLM / OperatorHub", Operators: []string{}, DefaultJiraComponent: "OLM / OperatorHub", - Matchers: []config.ComponentMatcher{ - {Suite: "Operator Hub tests"}, - {Suite: "operatorhub feature related"}, + Matchers: []config.ComponentMatcher{ + // No QE OLM test cases belong to this component. + // These test case should belong to the Console team. Such as `Operator Hub tests.Operator Hub tests (OCP-62266,xiyuzhao,UserInterface) Filter operators based on nodes OS type` + // {Suite: "Operator Hub tests"}, + // {Suite: "operatorhub feature related"}, }, }, }