diff options
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. |
