mirror of
https://github.com/typeable/wai.git
synced 2025-01-01 10:44:57 +03:00
commenting out the withFreePort test case.
This commit is contained in:
parent
0033a3d99a
commit
05f5bb4483
@ -42,8 +42,10 @@ spec = do
|
||||
readProcess "curl" ["-s", "localhost:" ++ show port] "")
|
||||
`shouldThrow` (errorCall "foo")
|
||||
|
||||
{- The future netwrok library will not export MkSocket.
|
||||
describe "withFreePort" $ do
|
||||
it "closes the socket before exiting" $ do
|
||||
MkSocket _ _ _ _ statusMVar <- withFreePort $ \ (_, sock) -> do
|
||||
return sock
|
||||
readMVar statusMVar `shouldReturn` Closed
|
||||
-}
|
||||
|
Loading…
Reference in New Issue
Block a user