From 5c7f104b6dad439413137f5c748af63f38d1ae50 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 9 Sep 2017 12:37:29 +0300 Subject: [PATCH] activate Chrome tests with QUIC 39 on Travis The Chrome installed on Travis now supports QUIC 39. --- integrationtests/chrome/chrome_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/integrationtests/chrome/chrome_test.go b/integrationtests/chrome/chrome_test.go index 5ad03c2fc..8fd6dbfcd 100644 --- a/integrationtests/chrome/chrome_test.go +++ b/integrationtests/chrome/chrome_test.go @@ -2,7 +2,6 @@ package chrome_test import ( "fmt" - "os" "github.com/lucas-clemente/quic-go/internal/protocol" @@ -14,12 +13,6 @@ var _ = Describe("Chrome tests", func() { version = protocol.SupportedVersions[i] Context(fmt.Sprintf("with quic version %d", version), func() { - BeforeEach(func() { - if version == protocol.Version39 && os.Getenv("TRAVIS") == "true" { - Skip("The chrome version running on Travis doesn't support QUIC 39 yet.") - } - }) - It("downloads a small file", func() { chromeTest( version,