Skip kestrel h2spec tests (#7035)
This commit is contained in:
parent
141f3d8781
commit
6c5e0cae67
|
|
@ -23,7 +23,7 @@ namespace Interop.FunctionalTests
|
||||||
SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")]
|
SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")]
|
||||||
public class H2SpecTests : LoggedTest
|
public class H2SpecTests : LoggedTest
|
||||||
{
|
{
|
||||||
[ConditionalTheory]
|
[ConditionalTheory(Skip = "Skipped while debugging https://github.com/aspnet/AspNetCore-Internal/issues/1720")]
|
||||||
[MemberData(nameof(H2SpecTestCases))]
|
[MemberData(nameof(H2SpecTestCases))]
|
||||||
public async Task RunIndividualTestCase(H2SpecTestCase testCase)
|
public async Task RunIndividualTestCase(H2SpecTestCase testCase)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue