Skip to content

Commit

Permalink
Temporarily remove verifySignature cost test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Feb 24, 2021
1 parent 6920ccc commit 81e7432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-core/test-cost-model/TestCostModels.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ prop_sha2 :: Property
prop_sha2 = testPredictOne sHA2 (getConst . paramSHA2)
prop_sha3 :: Property
prop_sha3 = testPredictOne sHA3 (getConst . paramSHA3)
prop_verifySignature :: Property
prop_verifySignature = testPredictThree verifySignature (getConst . paramVerifySignature)
-- prop_verifySignature :: Property
-- prop_verifySignature = testPredictThree verifySignature (getConst . paramVerifySignature)
prop_eqByteString :: Property
prop_eqByteString = testPredict eqByteString (getConst . paramEqByteString)
prop_ltByteString :: Property
Expand Down

0 comments on commit 81e7432

Please sign in to comment.