diff --git a/blockchain-tests-skip.yml b/blockchain-tests-skip.yml index d42b50bc..a182e2ca 100644 --- a/blockchain-tests-skip.yml +++ b/blockchain-tests-skip.yml @@ -685,6 +685,12 @@ filename: - TestStoreGasPrices.json # ef-test #139 - TestContractInteraction.json # ef-test #140 - RecursiveCreateContractsCreate4Contracts.json # ef-test #141 + stWalletTest: + - walletConfirm.json # ef-test #429 + - walletExecuteOverDailyLimitMultiOwner.json # ef-test #430 + - walletExecuteOverDailyLimitOnlyOneOwner.json # ef-test #430 + - walletExecuteOverDailyLimitOnlyOneOwnerNew.json # ef-test #430 + - walletExecuteUnderDailyLimit.json # ef-test #430 stStaticCall: - StaticcallToPrecompileFromContractInitialization.json # ef-tests #421 - static_CallContractToCreateContractAndCallItOOG.json # ef-tests #421 diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index e45a901b..7e8e8c0e 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -125,7 +125,7 @@ mod blockchain_tests { // blockchain_tests!(st_time_consuming, stTimeConsuming); // 14 failing tests // blockchain_tests!(st_transaction_test, stTransactionTest); // failing due to: invalid length 62, expected a (both 0x-prefixed or not) hex string or byte array containing betwee // blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests - // blockchain_tests!(st_wallet_test, stWalletTest); // 5 failing tests + blockchain_tests!(st_wallet_test, stWalletTest); blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert); // blockchain_tests!(st_zero_calls_test, stZeroCallsTest); // 1 failing test // blockchain_tests!(st_zero_knowledge, stZeroKnowledge); // 60 failing