Skip to content

Commit 9ebfbbe

Browse files
UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
1 parent 212b654 commit 9ebfbbe

File tree

1 file changed

+1
-3
lines changed
  • openshift/default-catalog-consistency/pkg/check

1 file changed

+1
-3
lines changed

openshift/default-catalog-consistency/pkg/check/all.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ func AllChecks() Checks {
55
return Checks{
66
ImageChecks: AllImageChecks(),
77
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(),
8+
CatalogChecks: AllCatalogChecks(),
119
}
1210
}

0 commit comments

Comments
 (0)