Skip to content

Commit 87a32e7

Browse files
Disable failing schema test on mono runtimes. (#105233)
1 parent 80ffac5 commit 87a32e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.Json/tests/Common/JsonSchemaExporterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protected JsonSchemaExporterTests(JsonSerializerWrapper serializer) : base(seria
2626

2727
[Theory]
2828
[MemberData(nameof(GetTestData))]
29+
[ActiveIssue("https://github.com/dotnet/runtime/issues/103694", TestRuntimes.Mono)]
2930
public void TestTypes_GeneratesExpectedJsonSchema(ITestData testData)
3031
{
3132
JsonNode schema = Serializer.DefaultOptions.GetJsonSchemaAsNode(testData.Type, testData.Options);

0 commit comments

Comments
 (0)