diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 17:27:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 17:27:08 +0200 |
| commit | aa19be8c624a6adc3ecbf11a6ee0506a5c7d34fe (patch) | |
| tree | 6abf6475155980c4c663d04c24ac8f15ca51a166 /integrationtests/attach_tracepoints_test.go | |
| parent | 80d68b05199d288df8ccd7a073ac32ebfc90be62 (diff) | |
Run integration tests in parallel by default and stabilize flaky scenarios
Diffstat (limited to 'integrationtests/attach_tracepoints_test.go')
| -rw-r--r-- | integrationtests/attach_tracepoints_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
