activate gQUIC 44 in the Chrome integration tests

This commit is contained in:
Marten Seemann
2018-09-07 12:46:00 +07:00
parent 5e9ac151db
commit c9fe7456e8

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