From 44e68134528e3095064dc04bcb44effab3cb52df Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 14 Feb 2019 09:28:58 -0800 Subject: [PATCH] Use new version of h2spec #6691 (#7559) --- eng/Versions.props | 2 +- src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index fdea14b97b..b83524c967 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -151,7 +151,7 @@ 5.3.0 5.3.0 5.3.0 - 2.1.1 + 2.2.1 1.0.1 3.0.1 3.0.1 diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs index 615aea8331..8de79a438b 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/H2SpecTests.cs @@ -23,7 +23,7 @@ namespace Interop.FunctionalTests SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")] public class H2SpecTests : LoggedTest { - [ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore/issues/6691")] + [ConditionalTheory] [MemberData(nameof(H2SpecTestCases))] [SkipOnHelix] // https://github.com/aspnet/AspNetCore/issues/7299 public async Task RunIndividualTestCase(H2SpecTestCase testCase)