From 86bf7e9e6aad200a0850f5a92e35352b52700b97 Mon Sep 17 00:00:00 2001 From: kortschak Date: Fri, 8 Aug 2014 22:21:42 +0930 Subject: [PATCH] Remove now-irrelevant failing test --- cayley_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cayley_test.go b/cayley_test.go index ce382b2..d108f85 100644 --- a/cayley_test.go +++ b/cayley_test.go @@ -480,13 +480,6 @@ var testDecompressor = []struct { expect: nil, readErr: bzip2.StructuralError("invalid compression level"), }, - { - message: "gzip input without ReadAt", - input: reader{strings.NewReader("\x1f\x8bcayley data\n")}, - err: nil, - expect: []byte("\x1f\x8bcayley data\n"), - readErr: nil, - }, } func TestDecompressor(t *testing.T) {