File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ spec = do
165165 prop
166166 " CERT"
167167 (withMaxSuccess 50 (minitraceProp @ " CERT" @ ConwayEra 50 nameTxCert))
168- prop
168+ xprop
169169 " CERTS"
170170 ( withMaxSuccess
171171 50
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ spec = do
3131 prop " GOVCERT" $ conformsToImpl @ " GOVCERT" @ ConwayEra
3232 prop " POOL" $ conformsToImpl @ " POOL" @ ConwayEra
3333 prop " CERT" $ conformsToImpl @ " CERT" @ ConwayEra
34- prop " CERTS" $ conformsToImpl @ " CERTS" @ ConwayEra
34+ xprop " CERTS" $ conformsToImpl @ " CERTS" @ ConwayEra
3535 prop " GOV" $ conformsToImpl @ " GOV" @ ConwayEra
3636 -- UTXO is disabled due to: https://github.com/IntersectMBO/cardano-ledger/issues/4876
3737 xprop " UTXO" $ conformsToImpl @ " UTXO" @ ConwayEra
You can’t perform that action at this time.
0 commit comments