Disabling live server unit tests temporarily (for travis)

This commit is contained in:
Aditya Manthramurthy 2017-02-10 18:59:57 +05:30
parent 2bf508c96d
commit 88a51486d5

View File

@ -29,7 +29,8 @@ main :: IO ()
main = defaultMain tests
tests :: TestTree
tests = testGroup "Tests" [properties, unitTests, liveServerUnitTests]
tests = testGroup "Tests" [properties, unitTests]
-- tests = testGroup "Tests" [properties, unitTests, liveServerUnitTests]
properties :: TestTree
properties = testGroup "Properties" [] -- [scProps, qcProps]