diff --git a/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore5IastTests.cs b/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore5IastTests.cs index bb0d602dee52..9973cf497998 100644 --- a/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore5IastTests.cs +++ b/tracer/test/Datadog.Trace.Security.IntegrationTests/IAST/AspNetCore5IastTests.cs @@ -406,6 +406,8 @@ public AspNetCore5IastTestsFullSamplingRedactionEnabled(AspNetCoreTestFixture fi } } +[Collection(nameof(AspNetCore5IastTestsFullSampling))] +[CollectionDefinition(nameof(AspNetCore5IastTestsFullSampling), DisableParallelization = true)] public abstract class AspNetCore5IastTestsFullSampling : AspNetCore5IastTests { public AspNetCore5IastTestsFullSampling(AspNetCoreTestFixture fixture, ITestOutputHelper outputHelper, bool enableIast, string testName, bool? isIastDeduplicationEnabled = null, int? vulnerabilitiesPerRequest = null, bool redactionEnabled = false)