Skip to content

Commit

Permalink
Setting config DisableParallelization to true (#5333)
Browse files Browse the repository at this point in the history
  • Loading branch information
link04 authored Mar 21, 2024
1 parent 94d586b commit c00327b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c00327b

Please sign in to comment.