diff --git a/quic/conn_streams_test.go b/quic/conn_streams_test.go index b95aa471..52dfd138 100644 --- a/quic/conn_streams_test.go +++ b/quic/conn_streams_test.go @@ -500,9 +500,6 @@ func testStreamsCreateAndCloseRemote(t *testing.T) { } func TestStreamsCreateConcurrency(t *testing.T) { - synctest.Test(t, testStreamsCreateConcurrency) -} -func testStreamsCreateConcurrency(t *testing.T) { cli, srv := newLocalConnPair(t, &Config{}, &Config{}) srvdone := make(chan int)