From 88a51486d536666140c92ccd0e0ae50d2422ba15 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 10 Feb 2017 18:59:57 +0530 Subject: [PATCH] Disabling live server unit tests temporarily (for travis) --- test/Spec.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Spec.hs b/test/Spec.hs index 99dd1bb..d5cd556 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -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]