From aa19be8c624a6adc3ecbf11a6ee0506a5c7d34fe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2026 17:27:08 +0200 Subject: Run integration tests in parallel by default and stabilize flaky scenarios --- integrationtests/attach_tracepoints_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'integrationtests/attach_tracepoints_test.go') diff --git a/integrationtests/attach_tracepoints_test.go b/integrationtests/attach_tracepoints_test.go index 89db494..b2392cf 100644 --- a/integrationtests/attach_tracepoints_test.go +++ b/integrationtests/attach_tracepoints_test.go @@ -3,6 +3,7 @@ package integrationtests import "testing" func TestAttachTracepointsIncludeFilter(t *testing.T) { + enableParallelIfRequested(t) h := newTestHarness(t) // Only load openat tracepoints so write events from the workload are not captured. @@ -33,6 +34,7 @@ func TestAttachTracepointsIncludeFilter(t *testing.T) { } func TestAttachTracepointsExcludeByInclusion(t *testing.T) { + enableParallelIfRequested(t) h := newTestHarness(t) // Negative case: include only write tracepoints; openat must not be captured. -- cgit v1.2.3