cleanup some v33 leftovers

This commit is contained in:
Lucas Clemente
2016-08-30 21:48:40 +02:00
parent f8cba7f978
commit 340fb52848
2 changed files with 2 additions and 15 deletions

View File

@@ -162,9 +162,6 @@ var _ = Describe("Chrome tests", func() {
})
It("uploads a large file", func() {
if version < protocol.Version34 {
Skip("skipping on <v34, see #301")
}
dataMan.GenerateData(dataLongLen)
data := dataMan.GetData()
dir, err := ioutil.TempDir("", "quic-upload-src")