Skip to content

Commit a4be095

Browse files
committed
cardano-node: test try
1 parent fdf68de commit a4be095

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

cardano-node/test/Test/Cardano/Tracing/NewTracing/Consistency.hs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ tests = do
2222
H.checkSequential
2323
$ H.Group "Configuration Consistency tests"
2424
$ Prelude.map test
25-
[ ( []
26-
-- This file name shoud reference the current standard config with new tracing
27-
, "mainnet-config-new-tracing.json"
25+
[ {--( []
26+
-- This file name shoud reference the current standard config with new tracing
27+
-- Add this testcase when hydra has access to a config file with new tracing config
28+
, "mainnet-config.json"
2829
, configPrefix)
29-
, ( []
30+
,--}
31+
( []
3032
, "goodConfig.yaml"
3133
, testPrefix)
3234
, ( [ "Config namespace error: Illegal namespace ChainDB.CopyToImmutableDBEvent2.CopiedBlockToImmutableDB"
@@ -50,10 +52,10 @@ goldenTestJSON expectedOutcome goldenFileBaseName prefixFunc =
5052
actualValue H.=== expectedOutcome
5153

5254

53-
configPrefix :: FilePath -> IO FilePath
54-
configPrefix projectBase = do
55-
base <- canonicalizePath projectBase
56-
return $ base </> "configuration/cardano/"
55+
-- configPrefix :: FilePath -> IO FilePath
56+
-- configPrefix projectBase = do
57+
-- base <- canonicalizePath projectBase
58+
-- return $ base </> "configuration/cardano/"
5759

5860
testPrefix :: FilePath -> IO FilePath
5961
testPrefix _ = pure "test/Test/Cardano/Tracing/NewTracing/data/"

0 commit comments

Comments
 (0)