We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ffac5 commit 87a32e7Copy full SHA for 87a32e7
src/libraries/System.Text.Json/tests/Common/JsonSchemaExporterTests.cs
@@ -26,6 +26,7 @@ protected JsonSchemaExporterTests(JsonSerializerWrapper serializer) : base(seria
26
27
[Theory]
28
[MemberData(nameof(GetTestData))]
29
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/103694", TestRuntimes.Mono)]
30
public void TestTypes_GeneratesExpectedJsonSchema(ITestData testData)
31
{
32
JsonNode schema = Serializer.DefaultOptions.GetJsonSchemaAsNode(testData.Type, testData.Options);
0 commit comments