@@ -1435,7 +1435,7 @@ var _ = Describe("Install Plan", func() {
1435
1435
// excluded: new CRD, same version, same schema - won't trigger a CRD update
1436
1436
1437
1437
tableEntries := []TableEntry {
1438
- Entry ("[FLAKE] upgrade CRD with deprecated version" , schemaPayload {
1438
+ Entry ("upgrade CRD with deprecated version" , schemaPayload {
1439
1439
name : "upgrade CRD with deprecated version" ,
1440
1440
expectedPhase : operatorsv1alpha1 .InstallPlanPhaseComplete ,
1441
1441
oldCRD : func () * apiextensionsv1.CustomResourceDefinition {
@@ -1471,7 +1471,7 @@ var _ = Describe("Install Plan", func() {
1471
1471
},
1472
1472
{
1473
1473
Name : "v1alpha1" ,
1474
- Served : false ,
1474
+ Served : true ,
1475
1475
Storage : false ,
1476
1476
Schema : & apiextensionsv1.CustomResourceValidation {
1477
1477
OpenAPIV3Schema : & apiextensionsv1.JSONSchemaProps {
@@ -1631,7 +1631,6 @@ var _ = Describe("Install Plan", func() {
1631
1631
fetchedInstallPlan , err = fetchInstallPlan (GinkgoT (), crc , installPlanName , generatedNamespace .GetName (), buildInstallPlanPhaseCheckFunc (operatorsv1alpha1 .InstallPlanPhaseComplete , operatorsv1alpha1 .InstallPlanPhaseFailed ))
1632
1632
require .NoError (GinkgoT (), err )
1633
1633
GinkgoT ().Logf ("Install plan %s fetched with status %s" , fetchedInstallPlan .GetName (), fetchedInstallPlan .Status .Phase )
1634
-
1635
1634
require .Equal (GinkgoT (), tt .expectedPhase , fetchedInstallPlan .Status .Phase )
1636
1635
1637
1636
By (`Ensure correct in-cluster resource(s)` )
@@ -1688,7 +1687,6 @@ var _ = Describe("Install Plan", func() {
1688
1687
validateCRDVersions (GinkgoT (), c , tt .oldCRD .GetName (), expectedVersions )
1689
1688
GinkgoT ().Logf ("All expected resources resolved %s" , fetchedCSV .Status .Phase )
1690
1689
}, tableEntries )
1691
-
1692
1690
})
1693
1691
1694
1692
Describe ("update catalog for subscription" , func () {
0 commit comments