Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ public static TheoryData<H2SpecTestCase> H2SpecTestCases
{
var dataset = new TheoryData<H2SpecTestCase>();
// { Test name, Skip Reason }
var toSkip = new Dictionary<string, string>
{
{ "http2/6.9.2/2", "https://github.com/dotnet/aspnetcore/issues/47452" }
};
var toSkip = new Dictionary<string, string>();

var testCases = H2SpecCommands.EnumerateTestCases();

Expand Down
Loading