Skip to content

Commit 8b857e4

Browse files
Unskip 6.9.2 (#58641)
1 parent 255a423 commit 8b857e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ public static TheoryData<H2SpecTestCase> H2SpecTestCases
6262
{
6363
var dataset = new TheoryData<H2SpecTestCase>();
6464
// { 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-
};
65+
var toSkip = new Dictionary<string, string>();
6966

7067
var testCases = H2SpecCommands.EnumerateTestCases();
7168

0 commit comments

Comments
 (0)