File: disable_sess_test.go.patch

package info (click to toggle)
golang-github-audriusbutkevicius-kcp-go 20160629%2Bgit20171025.8ae5f52-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/sess_test.go
+++ b/sess_test.go
@@ -336,6 +336,7 @@
 }
 
 func TestParallel1024CLIENT_64BMSG_64CNT(t *testing.T) {
+	t.Skip()
 	var wg sync.WaitGroup
 	wg.Add(1024)
 	for i := 0; i < 1024; i++ {