Skip to content

Commit

Permalink
Disable TestCurrentValueDoesNotAllocateOnceValueIsCached on mono (#84571
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lewing authored Apr 10, 2023
1 parent 22b4f19 commit 00600d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public FakeOptions GetOrAdd(string? name, Func<FakeOptions> createOptions)
/// Tests the fix for https://github.com/dotnet/runtime/issues/61086
/// </summary>
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/67611", TestPlatforms.iOS | TestPlatforms.tvOS)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/67611", TestRuntimes.Mono)]
public void TestCurrentValueDoesNotAllocateOnceValueIsCached()
{
var monitor = new OptionsMonitor<FakeOptions>(
Expand Down

0 comments on commit 00600d9

Please sign in to comment.