Disabling live server unit tests temporarily (for travis)
This commit is contained in:
parent
2bf508c96d
commit
88a51486d5
@ -29,7 +29,8 @@ main :: IO ()
|
|||||||
main = defaultMain tests
|
main = defaultMain tests
|
||||||
|
|
||||||
tests :: TestTree
|
tests :: TestTree
|
||||||
tests = testGroup "Tests" [properties, unitTests, liveServerUnitTests]
|
tests = testGroup "Tests" [properties, unitTests]
|
||||||
|
-- tests = testGroup "Tests" [properties, unitTests, liveServerUnitTests]
|
||||||
|
|
||||||
properties :: TestTree
|
properties :: TestTree
|
||||||
properties = testGroup "Properties" [] -- [scProps, qcProps]
|
properties = testGroup "Properties" [] -- [scProps, qcProps]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user