Skip to content

Commit 0b37bdf

Browse files
neildgopherbot
authored andcommitted
quic: don't run TestStreamsCreateConcurrency in synctest bubble
This test creates a pair of real UDP sockets; synctest doesn't work well with real network connections and interactions between the real network and synctest are probably causing flakiness. Fixes golang/go#76510 Change-Id: I9e8a959e7d0077d8191ceb8284f6c338dd2688ab Reviewed-on: https://go-review.googlesource.com/c/net/+/743402 Auto-Submit: Nicholas Husin <[email protected]> Reviewed-by: Nicholas Husin <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Nicholas Husin <[email protected]>
1 parent 9095c1c commit 0b37bdf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

quic/conn_streams_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ func testStreamsCreateAndCloseRemote(t *testing.T) {
500500
}
501501

502502
func TestStreamsCreateConcurrency(t *testing.T) {
503-
synctest.Test(t, testStreamsCreateConcurrency)
504-
}
505-
func testStreamsCreateConcurrency(t *testing.T) {
506503
cli, srv := newLocalConnPair(t, &Config{}, &Config{})
507504

508505
srvdone := make(chan int)

0 commit comments

Comments
 (0)