Remove now-irrelevant failing test
This commit is contained in:
parent
4844ef3e58
commit
86bf7e9e6a
1 changed files with 0 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue