Skip to content

Commit

Permalink
Revert "Add golden tests for Cardano.Tracing.OrphanInstances.Shelley"
Browse files Browse the repository at this point in the history
This reverts commit 40df9b8.

The tests aren't needed now that the instances have been moved to ledger.
  • Loading branch information
neilmayhew committed Apr 11, 2024
1 parent ceedb1e commit 7c4be96
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 116 deletions.
3 changes: 0 additions & 3 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ test-suite cardano-node-test
, cardano-crypto-wrapper
, cardano-api:{cardano-api, internal}
, cardano-ledger-core
, cardano-ledger-allegra
, cardano-ledger-alonzo
, cardano-node
, cardano-slotting
, directory
Expand Down Expand Up @@ -277,6 +275,5 @@ test-suite cardano-node-test
Test.Cardano.Node.POM
Test.Cardano.Tracing.NewTracing.Consistency
Test.Cardano.Tracing.OrphanInstances.HardFork
Test.Cardano.Tracing.OrphanInstances.Shelley

ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"
107 changes: 0 additions & 107 deletions cardano-node/test/Test/Cardano/Tracing/OrphanInstances/Shelley.hs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions cardano-node/test/cardano-node-test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import qualified Test.Cardano.Node.FilePermissions
import qualified Test.Cardano.Node.Json
import qualified Test.Cardano.Node.POM
import qualified Test.Cardano.Tracing.OrphanInstances.HardFork
import qualified Test.Cardano.Tracing.OrphanInstances.Shelley
import qualified Test.Cardano.Tracing.NewTracing.Consistency

import qualified Cardano.Crypto.Init as Crypto
Expand All @@ -36,6 +35,5 @@ main = do
, Test.Cardano.Node.Json.tests
, Test.Cardano.Node.POM.tests
, Test.Cardano.Tracing.OrphanInstances.HardFork.tests
, Test.Cardano.Tracing.OrphanInstances.Shelley.tests
, Test.Cardano.Tracing.NewTracing.Consistency.tests
]

0 comments on commit 7c4be96

Please sign in to comment.