diff --git a/tracer/ebpf_integration_test.go b/tracer/ebpf_integration_test.go index 866e835b2..4c2193ae9 100644 --- a/tracer/ebpf_integration_test.go +++ b/tracer/ebpf_integration_test.go @@ -239,6 +239,7 @@ func TestAllTracers(t *testing.T) { ProbabilisticThreshold: 100, OffCPUThreshold: uint32(math.MaxUint32 / 100), VerboseMode: true, + LoadProbe: true, }) require.NoError(t, err) }