Skip to content

Commit c8fd673

Browse files
committed
Disable CERTS conformance test due to a buggy generator
See #5177
1 parent ee3856e commit c8fd673

File tree

2 files changed

+2
-2
lines changed
  • libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance

2 files changed

+2
-2
lines changed

libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/ExecSpecRule/MiniTrace.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/Spec/Conway.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)