Skip to content

Commit c14f2ab

Browse files
committed
Skipping flaky tests
1 parent 0d5fc22 commit c14f2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Interop.FunctionalTests
2323
SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")]
2424
public class H2SpecTests : LoggedTest
2525
{
26-
[ConditionalTheory]
26+
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore/issues/6691")]
2727
[MemberData(nameof(H2SpecTestCases))]
2828
[SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/7299
2929
public async Task RunIndividualTestCase(H2SpecTestCase testCase)

0 commit comments

Comments
 (0)