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})