Disable ObjectTests.Write test (dotnet/corefx#38101)
authorStephen Toub <stoub@microsoft.com>
Fri, 31 May 2019 15:27:03 +0000 (11:27 -0400)
committerGitHub <noreply@github.com>
Fri, 31 May 2019 15:27:03 +0000 (11:27 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/24e256f364e4a2133b03dbe9b0a3ee0069eb77b9

src/libraries/System.Text.Json/tests/Serialization/Object.WriteTests.cs

index 1306d89..eccdf89 100644 (file)
@@ -15,6 +15,7 @@ namespace System.Text.Json.Serialization.Tests
             Assert.Throws<ArgumentException>(() => JsonSerializer.ToString(1, typeof(string)));
         }
 
+        [ActiveIssue(38092)]
         [Theory]
         [MemberData(nameof(WriteSuccessCases))]
         public static void Write(ITestClass testObj)