diff --git a/PaymentServer.cabal b/PaymentServer.cabal
index df14a53f471c4a879bcac9ddcfd29f73a6efc8a8..037d14b1b1792d62306ad50d30c28a248a6fa634 100644
--- a/PaymentServer.cabal
+++ b/PaymentServer.cabal
@@ -45,45 +45,6 @@ executable PaymentServer-exe
                      , PaymentServer
   default-language:    Haskell2010
 
-test-suite PaymentServer-test
-  type:                exitcode-stdio-1.0
-  hs-source-dirs:      test
-  main-is:             Driver.hs
-  other-modules:       SpecStripe
-                     , SpecPersistence
-                     , SpecRedemption
-                     , Util.WAI
-                     , Util.Gen
-                     , Util.JSON
-                     , Util.Spec
-  build-depends:       base
-                     , PaymentServer
-                     , hspec
-                     , hspec-wai
-                     , hspec-wai-json
-                     , hspec-expectations
-                     , aeson
-                     , stripe-core
-                     , time
-                     , QuickCheck
-                     , quickcheck-instances
-                     , checkers
-                     , wai-extra
-                     , bytestring
-                     , text
-                     , http-types
-                     , tasty
-                     , tasty-th
-                     , tasty-discover
-                     , tasty-quickcheck
-                     , tasty-hspec
-                     , servant-server
-                     , containers
-                     , unordered-containers
-                     , ilist
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wmissing-import-lists -Wunused-imports
-  default-language:    Haskell2010
-
 source-repository head
   type:     git
   location: https://github.com/privatestorageio/PaymentServer