Skip to content

Commit

Permalink
remove flaky so-called 'unit' network spec for byron & shelley
Browse files Browse the repository at this point in the history
These tests are quite flaky and often failing for no reason. Plus, they are testing things at the integration level since they require a running node and they are redundant with other integration scenario that are ran as part of the integration test suite
  • Loading branch information
KtorZ committed Jul 3, 2020
1 parent df877a3 commit fc77374
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 183 deletions.
5 changes: 0 additions & 5 deletions lib/byron/cardano-wallet-byron.cabal
Expand Up @@ -133,18 +133,14 @@ test-suite unit
, cardano-crypto-wrapper
, cardano-wallet-byron
, cardano-wallet-core
, cardano-wallet-test-utils
, cborg
, containers
, fmt
, generic-lens
, hspec
, iohk-monitoring
, memory
, ouroboros-consensus-byron
, ouroboros-network
, QuickCheck
, retry
, text
, transformers
build-tools:
Expand All @@ -157,7 +153,6 @@ test-suite unit
Main.hs
other-modules:
Cardano.Wallet.Byron.CompatibilitySpec
Cardano.Wallet.Byron.NetworkSpec
Cardano.Wallet.Byron.TransactionSpec

test-suite integration
Expand Down
82 changes: 0 additions & 82 deletions lib/byron/test/unit/Cardano/Wallet/Byron/NetworkSpec.hs

This file was deleted.

7 changes: 0 additions & 7 deletions lib/shelley/cardano-wallet-shelley.cabal
Expand Up @@ -143,15 +143,11 @@ test-suite unit
, cardano-crypto-class
, cardano-wallet-core
, cardano-wallet-shelley
, cardano-wallet-test-utils
, containers
, generic-lens
, hspec
, iohk-monitoring
, memory
, ouroboros-consensus-shelley
, ouroboros-network
, retry
, shelley-spec-ledger
, text
, text-class
Expand All @@ -167,7 +163,6 @@ test-suite unit
Main.hs
other-modules:
Cardano.Wallet.Shelley.CompatibilitySpec
Cardano.Wallet.Shelley.NetworkSpec
Cardano.Wallet.Shelley.TransactionSpec

test-suite integration
Expand All @@ -187,8 +182,6 @@ test-suite integration
, async
, bytestring
, cardano-wallet-cli
, cardano-addresses
, cardano-slotting
, cardano-wallet-core
, cardano-wallet-core-integration
, cardano-wallet-launcher
Expand Down
89 changes: 0 additions & 89 deletions lib/shelley/test/unit/Cardano/Wallet/Shelley/NetworkSpec.hs

This file was deleted.

0 comments on commit fc77374

Please sign in to comment.