We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3521fcd commit 6a97fc7Copy full SHA for 6a97fc7
encoding/codecv7_test.go
@@ -24,7 +24,7 @@ import (
24
// TestDecodeAllDeadlock tests the decompression of random bytes to trigger deadlock in zstd library.
25
26
func TestDecodeAllDeadlock(t *testing.T) {
27
- //t.Skip("Skip test that triggers deadlock in zstd library")
+ t.Skip("Skip test that triggers deadlock in zstd library")
28
29
go func() {
30
log.Println(http.ListenAndServe("localhost:6060", nil))
0 commit comments