Skip to content

Commit

Permalink
Remove ignore flag in call_tracer test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNicolau authored Aug 28, 2024
1 parent 172ccae commit ec31b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/multivm/src/versions/era_vm/tests/call_tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use crate::{

// This test is ultra slow, so it's ignored by default.
#[test]
#[ignore]
fn test_max_depth() {
let contarct = read_max_depth_contract();
let address = Address::random();
Expand Down

0 comments on commit ec31b9e

Please sign in to comment.