Update H2SpecTests.cs (#19751)
This commit is contained in:
parent
f5a2245957
commit
35b3cb75af
|
|
@ -21,7 +21,6 @@ namespace Interop.FunctionalTests
|
||||||
{
|
{
|
||||||
[ConditionalTheory]
|
[ConditionalTheory]
|
||||||
[MemberData(nameof(H2SpecTestCases))]
|
[MemberData(nameof(H2SpecTestCases))]
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2225")]
|
|
||||||
public async Task RunIndividualTestCase(H2SpecTestCase testCase)
|
public async Task RunIndividualTestCase(H2SpecTestCase testCase)
|
||||||
{
|
{
|
||||||
var hostBuilder = new WebHostBuilder()
|
var hostBuilder = new WebHostBuilder()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue