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 255a423 commit 8b857e4Copy full SHA for 8b857e4
src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs
@@ -62,10 +62,7 @@ public static TheoryData<H2SpecTestCase> H2SpecTestCases
62
{
63
var dataset = new TheoryData<H2SpecTestCase>();
64
// { Test name, Skip Reason }
65
- var toSkip = new Dictionary<string, string>
66
- {
67
- { "http2/6.9.2/2", "https://github.com/dotnet/aspnetcore/issues/47452" }
68
- };
+ var toSkip = new Dictionary<string, string>();
69
70
var testCases = H2SpecCommands.EnumerateTestCases();
71
0 commit comments