Skip to content

Commit

Permalink
TEMP - Disable RATIFY conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed Oct 3, 2024
1 parent c48da8e commit 6f7f84a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ spec = do
describe "Conformance" $ do
describe "Ticks transition graph" $ do
prop "ENACT" $ conformsToImpl @"ENACT" @ConwayFn @Conway
prop "RATIFY" $ conformsToImpl @"RATIFY" @ConwayFn @Conway
-- NOTE: disabled until
-- https://github.com/IntersectMBO/formal-ledger-specifications/issues/578 is resolved
xprop "RATIFY" $ conformsToImpl @"RATIFY" @ConwayFn @Conway
xprop "EPOCH" $ conformsToImpl @"EPOCH" @ConwayFn @Conway
xprop "NEWEPOCH" $ conformsToImpl @"NEWEPOCH" @ConwayFn @Conway
describe "Blocks transition graph" $ do
Expand Down

0 comments on commit 6f7f84a

Please sign in to comment.