Skip to content

Commit

Permalink
Skip flaky DllImport tests on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Jan 11, 2022
1 parent b8a8c7a commit 695fb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ public static IEnumerable<object[]> CodeSnippetsToValidateFallbackForwarder()
}

[ConditionalTheory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/63635", TestPlatforms.OSX)]
[MemberData(nameof(CodeSnippetsToValidateFallbackForwarder))]
public async Task ValidateSnippetsFallbackForwarder(string source, TestTargetFramework targetFramework, bool expectFallbackForwarder)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace DllImportGenerator.UnitTests
public class Diagnostics
{
[ConditionalTheory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/63635", TestPlatforms.OSX)]
[InlineData(TestTargetFramework.Framework)]
[InlineData(TestTargetFramework.Core)]
[InlineData(TestTargetFramework.Standard)]
Expand All @@ -43,6 +44,7 @@ partial class Test
}

[ConditionalTheory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/63635", TestPlatforms.OSX)]
[InlineData(TestTargetFramework.Framework)]
[InlineData(TestTargetFramework.Core)]
[InlineData(TestTargetFramework.Standard)]
Expand Down

0 comments on commit 695fb1e

Please sign in to comment.