commented out outdated tests

This commit is contained in:
Dmitriy Ryajov 2019-09-12 18:56:52 -06:00
parent f2fb92d1af
commit c1983e1685
1 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,6 @@ suite "Mplex":
check:
waitFor(testDecodeHeader()) == true
#TODO: Commented tests need reworking after refactor
# test "e2e - read/write receiver":
# proc testNewStream(): Future[bool] {.async.} =
# let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53381")
@ -131,7 +130,7 @@ suite "Mplex":
# let mplexListen = newMplex(conn)
# mplexListen.streamHandler = handleMplexListen
# asyncCheck mplexListen.handle()
# discard mplexListen.handle()
# let transport1: TcpTransport = newTransport(TcpTransport)
# discard await transport1.listen(ma, connHandler)