File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
cardano-node/test/Test/Cardano/Tracing/NewTracing Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
5860testPrefix :: FilePath -> IO FilePath
5961testPrefix _ = pure " test/Test/Cardano/Tracing/NewTracing/data/"
You can’t perform that action at this time.
0 commit comments