From: Eirik Tsarpalis Date: Tue, 25 Jul 2023 16:49:48 +0000 (+0100) Subject: Disable failing test. (#89442) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~795 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cba6f847b0540f9e08fdb374afb38b3d930fe50;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable failing test. (#89442) --- diff --git a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs index 90ce200..929cedc 100644 --- a/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs +++ b/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs @@ -342,6 +342,7 @@ namespace System.Text.Json.Tests /// time the memory is accessed which triggers the full memory allocation. /// Also see /// + [ActiveIssue("https://github.com/dotnet/runtime/issues/88272")] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.OSX)] [ConditionalFact(typeof(Environment), nameof(Environment.Is64BitProcess))] [OuterLoop]