Skip to content

Commit

Permalink
Disable failing schema test on mono runtimes. (#105233)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jul 22, 2024
1 parent 80ffac5 commit 87a32e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ protected JsonSchemaExporterTests(JsonSerializerWrapper serializer) : base(seria

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

0 comments on commit 87a32e7

Please sign in to comment.