summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Tracker
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:33:51 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:33:51 +0400
commitb29cac90e120b95a0f5fe5bcc2128ef61aec9ccd (patch)
tree1c9b925de079f7d378b6afa62f2de6af11667a76 /tests/Network/BitTorrent/Tracker
parentf3978c457103b476d8658364a8c19e1ecae287dd (diff)
Run unified RPC specs in parallel
Diffstat (limited to 'tests/Network/BitTorrent/Tracker')
-rw-r--r--tests/Network/BitTorrent/Tracker/RPCSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPCSpec.hs b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
index 31a04978..b816a9ce 100644
--- a/tests/Network/BitTorrent/Tracker/RPCSpec.hs
+++ b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
@@ -29,7 +29,7 @@ isUnrecognizedProtocol x (UnrecognizedProtocol scheme) = x == scheme
29isUnrecognizedProtocol _ _ = False 29isUnrecognizedProtocol _ _ = False
30 30
31spec :: Spec 31spec :: Spec
32spec = do 32spec = parallel $ do
33 describe "Manager" $ do 33 describe "Manager" $ do
34 describe "newManager" $ do 34 describe "newManager" $ do
35 it "" $ pending 35 it "" $ pending