Merge pull request #1513 from lucas-clemente/circleci-integration-tests

activate gQUIC 44 in the Chrome integration tests
This commit is contained in:
Marten Seemann
2018-09-10 16:42:27 +08:00
committed by GitHub

View File

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