Skip to content

Commit

Permalink
stTimeConsuming
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Oct 3, 2023
1 parent 0543208 commit 62d7951
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 @@ -122,7 +122,7 @@ mod blockchain_tests {
blockchain_tests!(st_static_call, stStaticCall);
blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled);
blockchain_tests!(st_system_operations_test, stSystemOperationsTest);
// blockchain_tests!(st_time_consuming, stTimeConsuming); // 14 failing tests
blockchain_tests!(st_time_consuming, stTimeConsuming);
// 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);
blockchain_tests!(st_wallet_test, stWalletTest);
Expand Down

0 comments on commit 62d7951

Please sign in to comment.