Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a4bdfe4

Browse files
author
Eoghan Russell
committed
Remove redundant code
Signed-off-by: Eoghan Russell <[email protected]>
1 parent ae657e2 commit a4bdfe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cnivpp/cnivpp_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,12 @@ func TestDelFromHost(t *testing.T) {
307307
_ = cniVpp.AddOnHost(tc.netConf, args, kubeClient, sharedDir, result)
308308

309309
err := cniVpp.DelFromHost(tc.netConf, args, sharedDir)
310-
// time.Sleep(time.Second * 999999)
311310
if tc.expErr == nil {
312311
assert.Equal(t, tc.expErr, err, "Unexpected result")
313312
} else {
314313
require.Error(t, err, "Unexpected result")
315314
assert.Contains(t, err.Error(), tc.expErr.Error(), "Unexpected result")
316315
}
317-
// time.Sleep(time.Second * 999999)
318316
})
319317
}
320318
}

0 commit comments

Comments
 (0)