Skip to content

Commit 08027d5

Browse files
committed
internal/socket: skip known flaky TestRace
This test keeps flaking on almost every TryBot run. Skip it for now. For golang/go#37338 Change-Id: I77cdd782f3bc164ec11894683aa50c3441807ba5 Reviewed-on: https://go-review.googlesource.com/c/net/+/303910 Trust: Tobias Klauser <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent d523dce commit 08027d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/socket/socket_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ func BenchmarkUDP(b *testing.B) {
304304
}
305305

306306
func TestRace(t *testing.T) {
307+
t.Skip("skipping known flaky test; see https://golang.org/issue/37338")
308+
307309
tests := []string{
308310
`
309311
package main

0 commit comments

Comments
 (0)