From c9fe7456e8b924e49c8c8f668bf2e720f0f84f20 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 7 Sep 2018 12:46:00 +0700 Subject: [PATCH] activate gQUIC 44 in the Chrome integration tests --- integrationtests/chrome/chrome_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integrationtests/chrome/chrome_test.go b/integrationtests/chrome/chrome_test.go index 60eb9e95..ff7cf640 100644 --- a/integrationtests/chrome/chrome_test.go +++ b/integrationtests/chrome/chrome_test.go @@ -13,11 +13,6 @@ var _ = Describe("Chrome tests", func() { for i := range protocol.SupportedVersions { version := protocol.SupportedVersions[i] - // TODO: activate Chrome integration tests with gQUIC 44 - if version == protocol.Version44 { - continue - } - Context(fmt.Sprintf("with version %s", version), func() { JustBeforeEach(func() { testserver.StartQuicServer([]protocol.VersionNumber{version})