Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@
"lifecycle": "blocking",
"environmentSelector": {}
},
{
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator should install light speed CRDs correctly",
"labels": {},
"resources": {
"isolation": {}
},
"source": "openshift:payload:cluster-version-operator",
"lifecycle": "blocking",
"environmentSelector": {}
},
{
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator should create proposals",
"labels": {
Expand Down
3 changes: 3 additions & 0 deletions cmd/cluster-version-operator-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ func main() {
`(name.contains("[Serial]") || "Serial" in labels) && !("Local" in labels)`,
},
})
ext.IgnoreObsoleteTests(
`[Jira:"Cluster Version Operator"] cluster-version-operator should install light speed CRDs correctly`,
)

specs, err := g.BuildExtensionTestSpecsFromOpenShiftGinkgoSuite()
if err != nil {
Expand Down
2,263 changes: 0 additions & 2,263 deletions install/0000_00_cluster-version-operator_45_lightspeed-crd-proposals.yaml

This file was deleted.

207 changes: 0 additions & 207 deletions install/0000_00_cluster-version-operator_46_lightspeed-crd-agents.yaml

This file was deleted.

Loading