Disable failing test. (#89442)
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Tue, 25 Jul 2023 16:49:48 +0000 (17:49 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 16:49:48 +0000 (17:49 +0100)
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs

index 90ce200..929cedc 100644 (file)
@@ -342,6 +342,7 @@ namespace System.Text.Json.Tests
         /// time the memory is accessed which triggers the full memory allocation.
         /// Also see <see cref="WriteLargeJsonToStreamWithoutFlushing"/>
         /// </summary>
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/88272")]
         [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.OSX)]
         [ConditionalFact(typeof(Environment), nameof(Environment.Is64BitProcess))]
         [OuterLoop]