Skip to content

Commit

Permalink
exclude url license checks from windows, as they frequently fail on t…
Browse files Browse the repository at this point in the history
…hat platform
  • Loading branch information
sensslen committed Feb 5, 2025
1 parent 61e83b8 commit 7635781
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class UrlToLicenseMappingTest
{
[Parallelizable(scope: ParallelScope.All)]
[TestCaseSource(typeof(UrlToLicenseMapping), nameof(UrlToLicenseMapping.Default))]
[Platform(Exclude = "Win")]
public async Task License_Should_Be_Available_And_Match_Expected_License(KeyValuePair<Uri, string> mappedValue)
{
int retryCount = 0;
Expand Down

0 comments on commit 7635781

Please sign in to comment.