File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ func TestCloneFinalizerRemoval(t *testing.T) {
144
144
145
145
// TestEnqueueClaimUpadate ensure that PVCs will be processed for finalizer removal only on deletionTimestamp being set on the resource
146
146
func TestEnqueueClaimUpadate (t * testing.T ) {
147
+ utilruntime .ReallyCrash = false
148
+
147
149
testcases := map [string ]struct {
148
150
claim * v1.PersistentVolumeClaim
149
151
queueLen int
@@ -179,7 +181,6 @@ func TestEnqueueClaimUpadate(t *testing.T) {
179
181
}
180
182
181
183
func fakeCloningProtector (client * fakeclientset.Clientset , objects ... runtime.Object ) * CloningProtectionController {
182
- utilruntime .ReallyCrash = false
183
184
controllerCapabilities := rpc.ControllerCapabilitySet {
184
185
csi .ControllerServiceCapability_RPC_CLONE_VOLUME : true ,
185
186
}
You can’t perform that action at this time.
0 commit comments