Skip to content

Commit

Permalink
stRecursiveCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Sep 29, 2023
1 parent ccb603d commit d48b764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ filename:
- NonZeroValue_SUICIDE.json # ef-tests #361
- RETURN_Bounds.json # ef-tests #366
- FillStack.json # ef-tests #367
- recursiveCreate.json # ef-tests #379
- recursiveCreateReturnValue.json # ef-tests #380

# List of file names regex to be skipped
regex:
Expand Down
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mod blockchain_tests {
// blockchain_tests!(st_quadratic_complexity_test, stQuadraticComplexityTest); // 7 failing tests
// blockchain_tests!(st_random, stRandom); // 79 failing tests
// blockchain_tests!(st_random2, stRandom2); // 40 failing tests
// blockchain_tests!(st_recursive_create, stRecursiveCreate); // 2 failing tests
blockchain_tests!(st_recursive_create, stRecursiveCreate);
// blockchain_tests!(st_refund_test, stRefundTest); // 9 failing tests
blockchain_tests!(st_return_data_test, stReturnDataTest);
blockchain_tests!(st_revert_test, stRevertTest);
Expand Down

0 comments on commit d48b764

Please sign in to comment.