We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6314b commit e1ecf22Copy full SHA for e1ecf22
openshift/default-catalog-consistency/pkg/check/all.go
@@ -5,8 +5,6 @@ func AllChecks() Checks {
5
return Checks{
6
ImageChecks: AllImageChecks(),
7
FilesystemChecks: AllFilesystemChecks(),
8
- // TODO: Enable those tests when community-operator-index and certified-operator-index
9
- // have the issues fixed, see: https://issues.redhat.com/browse/CLOUDWF-11022
10
- // CatalogChecks: AllCatalogChecks(),
+ CatalogChecks: AllCatalogChecks(),
11
}
12
0 commit comments