Skip to content

Commit 05abd49

Browse files
p-shahimaschad
andauthored
chore: remove quic from ping interop test (#1807)
Co-authored-by: Chad Nehemiah <[email protected]>
1 parent 8b0e6be commit 05abd49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interop/test/ping.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ describe('ping test', () => {
142142
case 'yamux':
143143
options.streamMuxers = [yamux()]
144144
break
145-
case 'quic':
146-
break
147145
default:
148146
throw new Error(`Unknown muxer: ${MUXER ?? '???'}`)
149147
}

0 commit comments

Comments
 (0)