Skip to content

Commit

Permalink
cardano-node: test try
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro committed Dec 11, 2024
1 parent fdf68de commit 0dcdb48
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cardano-node/test/Test/Cardano/Tracing/NewTracing/Consistency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ tests = do
H.checkSequential
$ H.Group "Configuration Consistency tests"
$ Prelude.map test
[ ( []
-- This file name shoud reference the current standard config with new tracing
, "mainnet-config-new-tracing.json"
[ {--( []
-- This file name shoud reference the current standard config with new tracing
-- Add this testcase when hydra has access to a config file with new tracing config
, "mainnet-config.json"
, configPrefix)
, ( []
,--}
( []
, "goodConfig.yaml"
, testPrefix)
, ( [ "Config namespace error: Illegal namespace ChainDB.CopyToImmutableDBEvent2.CopiedBlockToImmutableDB"
Expand Down

0 comments on commit 0dcdb48

Please sign in to comment.