Skip to content

Commit 553f30b

Browse files
committed
rm: cleanup bpf map.
1 parent 7bf96b1 commit 553f30b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/utils/test/bpf_map.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ import (
3030
type CleanupFn func()
3131

3232
func InitBpfMap(t *testing.T, config options.BpfConfig) (CleanupFn, *bpf.BpfLoader) {
33-
bpf.CleanupBpfMap()
34-
3533
err := os.MkdirAll("/mnt/kmesh_cgroup2", 0755)
3634
if err != nil {
3735
t.Fatalf("Failed to create dir /mnt/kmesh_cgroup2: %v", err)

0 commit comments

Comments
 (0)