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)