File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
testlib/Test/Cardano/Ledger/Conway/Imp
test/Test/Cardano/Ledger/Conway Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import Test.HUnit (Assertion)
2929spec :: Spec
3030spec =
3131 describe " Golden translation tests" $
32- it " golden/translation.cbor" $
32+ xit " golden/translation.cbor" $
3333 check " golden/translations.cbor"
3434
3535check :: String -> Assertion
Original file line number Diff line number Diff line change @@ -1163,7 +1163,7 @@ firstHardForkCantFollow ::
11631163 , InjectRuleFailure " LEDGER" ConwayGovPredFailure era
11641164 ) =>
11651165 ImpTestM era ()
1166- firstHardForkCantFollow = do
1166+ firstHardForkCantFollow = whenMajorVersionAtMost @ 11 $ do
11671167 protver0 <- getProtVer
11681168 let protver1 = minorFollow protver0
11691169 protver2 = cantFollow protver1
@@ -1198,7 +1198,7 @@ secondHardForkCantFollow ::
11981198 , InjectRuleFailure " LEDGER" ConwayGovPredFailure era
11991199 ) =>
12001200 ImpTestM era ()
1201- secondHardForkCantFollow = do
1201+ secondHardForkCantFollow = whenMajorVersionAtMost @ 11 $ do
12021202 protver0 <- getProtVer
12031203 let protver1 = minorFollow protver0
12041204 protver2 = cantFollow protver1
You can’t perform that action at this time.
0 commit comments