Skip to content

Commit 6a97fc7

Browse files
committed
skip test
1 parent 3521fcd commit 6a97fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding/codecv7_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// TestDecodeAllDeadlock tests the decompression of random bytes to trigger deadlock in zstd library.
2525

2626
func TestDecodeAllDeadlock(t *testing.T) {
27-
//t.Skip("Skip test that triggers deadlock in zstd library")
27+
t.Skip("Skip test that triggers deadlock in zstd library")
2828

2929
go func() {
3030
log.Println(http.ListenAndServe("localhost:6060", nil))

0 commit comments

Comments
 (0)