Skip to content

Commit

Permalink
reactivate test_trace_block (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Sep 27, 2024
1 parent c64812e commit b41b6a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ pub async fn tracing(
#[rstest]
#[awt]
#[tokio::test(flavor = "multi_thread")]
#[ignore = "failing because of relayer change"]
async fn test_trace_block(#[future] plain_opcodes: (Katana, KakarotEvmContract), _setup: ()) {
let katana = plain_opcodes.0;
let plain_opcodes = plain_opcodes.1;
Expand Down

0 comments on commit b41b6a9

Please sign in to comment.