Skip to content

Commit

Permalink
webrtc: add TestManyStreams to transport integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Oct 10, 2023
1 parent 5c0c9ce commit 37d8893
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions p2p/test/transport/transport_test.go
Expand Up @@ -366,9 +366,6 @@ func TestManyStreams(t *testing.T) {
const streamCount = 128
for _, tc := range transportsToTest {
t.Run(tc.Name, func(t *testing.T) {
if strings.Contains(tc.Name, "WebRTC") {
t.Skip("Pion doesn't correctly handle large queues of streams.")
}
h1 := tc.HostGenerator(t, TransportTestCaseOpts{NoRcmgr: true})
h2 := tc.HostGenerator(t, TransportTestCaseOpts{NoListen: true, NoRcmgr: true})
defer h1.Close()
Expand Down

0 comments on commit 37d8893

Please sign in to comment.