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 b5817f3 commit 435fe58Copy full SHA for 435fe58
tests/GraphQL.Integration.Tests/QueryAndMutationTests/Base.cs
@@ -73,7 +73,7 @@ public async void QueryAsHttpResponseTheory(int id, string name)
73
httpResponse.ResponseHeaders.Date.Should().BeCloseTo(DateTimeOffset.Now, TimeSpan.FromMinutes(1));
74
}
75
76
- [Theory]
+ [Theory(Skip = "System.Json.Net deserializes 'dynamic' as JsonElement.")]
77
[ClassData(typeof(StarWarsHumans))]
78
public async void QueryWithDynamicReturnTypeTheory(int id, string name)
79
{
0 commit comments