diff --git a/pkg/sensors/tracing/kprobe_test.go b/pkg/sensors/tracing/kprobe_test.go index 38c503d0e7d..3a05b126ab3 100644 --- a/pkg/sensors/tracing/kprobe_test.go +++ b/pkg/sensors/tracing/kprobe_test.go @@ -6026,7 +6026,7 @@ spec: observertesthelper.LoopEvents(ctx, t, &doneWG, &readyWG, obs) readyWG.Wait() - module := "xfs" + module := "nfsv4" var stdout, stderr bytes.Buffer testCmd := exec.CommandContext(ctx, "/usr/sbin/modprobe", module) testCmd.Stdout = &stdout