From c2d24e540452e625b087aa4de558a1f3a3d0549d Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Tue, 23 Sep 2025 17:16:19 +0200 Subject: [PATCH] tracer: load uprobe program in integration tests Signed-off-by: Florian Lehner --- tracer/ebpf_integration_test.go | 1 + 1 file changed, 1 insertion(+) 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) }