Skip to content

Commit 00600d9

Browse files
authored
Disable TestCurrentValueDoesNotAllocateOnceValueIsCached on mono (#84571)
1 parent 22b4f19 commit 00600d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Options/tests/Microsoft.Extensions.Options.Tests/OptionsMonitorTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public FakeOptions GetOrAdd(string? name, Func<FakeOptions> createOptions)
472472
/// Tests the fix for https://github.com/dotnet/runtime/issues/61086
473473
/// </summary>
474474
[Fact]
475-
[ActiveIssue("https://github.com/dotnet/runtime/issues/67611", TestPlatforms.iOS | TestPlatforms.tvOS)]
475+
[ActiveIssue("https://github.com/dotnet/runtime/issues/67611", TestRuntimes.Mono)]
476476
public void TestCurrentValueDoesNotAllocateOnceValueIsCached()
477477
{
478478
var monitor = new OptionsMonitor<FakeOptions>(

0 commit comments

Comments
 (0)