@@ -452,11 +452,6 @@ func TestCreateNewSubscriptionNotInstalled(t *testing.T) {
452
452
453
453
_ , err = fetchCSV (t , crc , subscription .Status .CurrentCSV , testNamespace , buildCSVConditionChecker (v1alpha1 .CSVPhaseSucceeded ))
454
454
require .NoError (t , err )
455
-
456
- // Fetch subscription again to check for unnecessary control loops
457
- sameSubscription , err := fetchSubscription (t , crc , testNamespace , testSubscriptionName , subscriptionStateAtLatestChecker )
458
- require .NoError (t , err )
459
- compareResources (t , subscription , sameSubscription )
460
455
}
461
456
462
457
// I. Creating a new subscription
@@ -484,11 +479,6 @@ func TestCreateNewSubscriptionExistingCSV(t *testing.T) {
484
479
require .NotNil (t , subscription )
485
480
_ , err = fetchCSV (t , crc , subscription .Status .CurrentCSV , testNamespace , buildCSVConditionChecker (v1alpha1 .CSVPhaseSucceeded ))
486
481
require .NoError (t , err )
487
-
488
- // check for unnecessary control loops
489
- sameSubscription , err := fetchSubscription (t , crc , testNamespace , testSubscriptionName , subscriptionStateAtLatestChecker )
490
- require .NoError (t , err )
491
- compareResources (t , subscription , sameSubscription )
492
482
}
493
483
494
484
func TestSubscriptionSkipRange (t * testing.T ) {
0 commit comments