From f1cdbbcb261f94e735bdf8ba492252c853619502 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Sat, 14 Dec 2019 13:14:00 -0500 Subject: [PATCH] Remove integration tests for now These are a source of great frustration, and I have no confidence in them --- elocrypt.cabal | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/elocrypt.cabal b/elocrypt.cabal index 2b9fbb6..5328061 100644 --- a/elocrypt.cabal +++ b/elocrypt.cabal @@ -70,25 +70,6 @@ test-suite test Test.ElocryptTest type: exitcode-stdio-1.0 -test-suite ui-test - build-depends: base >= 4.7 && <5, - elocrypt, - proctest, - MonadRandom, - QuickCheck, - random, - tasty, - tasty-quickcheck, - tasty-th >= 0.1.7 - default-language: Haskell2010 - hs-source-dirs: test - main-is: IntegTests.hs - other-modules: IntegTest.Elocrypt.PassphraseTest, - IntegTest.Elocrypt.PasswordTest, - Test.Elocrypt.QuickCheck, - Test.Elocrypt.Instances - type: exitcode-stdio-1.0 - test-suite elocrypt-lint type: exitcode-stdio-1.0 hs-source-dirs: test