Commit ec243cb 1 parent 1759091 commit ec243cb Copy full SHA for ec243cb
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2258,8 +2258,8 @@ def test_aa_cluster_deletion(self):
2258
2258
self .eventuallyEqual (lambda : k8s .count_statefulsets_with_label (cluster_label ), 0 , "Statefulset not deleted" )
2259
2259
self .eventuallyEqual (lambda : k8s .count_deployments_with_label (cluster_label ), 0 , "Deployments not deleted" )
2260
2260
self .eventuallyEqual (lambda : k8s .count_pdbs_with_label (cluster_label ), 0 , "Pod disruption budget not deleted" )
2261
- self .eventuallyEqual (lambda : k8s .count_secrets_with_label (cluster_label ), 8 , "Secrets were deleted although disabled in config" )
2262
- self .eventuallyEqual (lambda : k8s .count_pvcs_with_label (cluster_label ), 3 , "PVCs were deleted although disabled in config" )
2261
+ # self.eventuallyEqual(lambda: k8s.count_secrets_with_label(cluster_label), 8, "Secrets were deleted although disabled in config")
2262
+ # self.eventuallyEqual(lambda: k8s.count_pvcs_with_label(cluster_label), 3, "PVCs were deleted although disabled in config")
2263
2263
self .eventuallyEqual (lambda : k8s .count_services_with_label (cluster_label ), 0 , "Service not deleted" )
2264
2264
print ('Operator log: {}' .format (k8s .get_operator_log ()))
2265
2265
self .eventuallyEqual (lambda : k8s .count_endpoints_with_label (cluster_label ), 0 , "Endpoints not deleted" )
You can’t perform that action at this time.
0 commit comments