From 6042b5eda1ef70a1aeb958c81825d78f5780e033 Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Tue, 21 May 2024 14:05:04 +0200 Subject: [PATCH] Do not parallelize selenium requests in order to avoid errors in CI --- .../LicenseValidator/UrlToLicenseMappingTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/NuGetUtility.Test/LicenseValidator/UrlToLicenseMappingTest.cs b/tests/NuGetUtility.Test/LicenseValidator/UrlToLicenseMappingTest.cs index 67314b79..9426d235 100644 --- a/tests/NuGetUtility.Test/LicenseValidator/UrlToLicenseMappingTest.cs +++ b/tests/NuGetUtility.Test/LicenseValidator/UrlToLicenseMappingTest.cs @@ -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 mappedValue) {