Skip to content

Commit

Permalink
Reenable tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Oct 3, 2019
1 parent 895b8e1 commit 36d74a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd/decoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func TestDecoderRegression(t *testing.T) {
}
defer dec.Close()
for i, tt := range zr.File {
if !strings.HasSuffix(tt.Name, "60a0a2c16") || (testing.Short() && i > 10) {
if !strings.HasSuffix(tt.Name, "") || (testing.Short() && i > 10) {
continue
}
t.Run("Reader-"+tt.Name, func(t *testing.T) {
Expand Down

0 comments on commit 36d74a0

Please sign in to comment.