add gQUIC 44 to the supported versions

This commit is contained in:
Marten Seemann
2018-08-27 15:55:23 +07:00
parent c0d4f00b20
commit 91d65baf1b
6 changed files with 16 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ 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})