Skip to content

Commit

Permalink
Do not parallelize selenium requests in order to avoid errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sensslen committed May 21, 2024
1 parent 4135998 commit 6042b5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace NuGetUtility.Test.LicenseValidator
[TestFixture]
public class UrlToLicenseMappingTest
{
[Parallelizable(scope: ParallelScope.All)]
[TestCaseSource(typeof(UrlToLicenseMapping), nameof(UrlToLicenseMapping.Default))]
public async Task License_Should_Be_Available_And_Match_Expected_License(KeyValuePair<Uri, string> mappedValue)
{
Expand Down

0 comments on commit 6042b5e

Please sign in to comment.