Skip to content

Commit

Permalink
add stTransactionTest testsuite (#448)
Browse files Browse the repository at this point in the history
* stTransactionTest

* stTransactionTest

* stTransactionTest

* stTransactionTest
  • Loading branch information
TAdev0 authored Oct 2, 2023
1 parent 37395e8 commit e88308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mod blockchain_tests {
// blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests
// blockchain_tests!(st_system_operations_test, stSystemOperationsTest); // 28 failing 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_transaction_test, stTransactionTest); // ef-test #447 -
// blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests
blockchain_tests!(st_wallet_test, stWalletTest);
blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert);
Expand Down

0 comments on commit e88308a

Please sign in to comment.