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 0d5fc22 commit c14f2abCopy full SHA for c14f2ab
src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs
@@ -23,7 +23,7 @@ namespace Interop.FunctionalTests
23
SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")]
24
public class H2SpecTests : LoggedTest
25
{
26
- [ConditionalTheory]
+ [ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore/issues/6691")]
27
[MemberData(nameof(H2SpecTestCases))]
28
[SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/7299
29
public async Task RunIndividualTestCase(H2SpecTestCase testCase)
0 commit comments