Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
reactivate tracer tests (#1402)
Browse files Browse the repository at this point in the history
* reactivate tracer tests

* Update tests/tests/tracer.rs

* ignore blocking test
  • Loading branch information
tcoratger authored Sep 26, 2024
1 parent 3bae123 commit ff372ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl TracingResult {
None
}
}

/// Creates a default failure [`TracingResult`] based on the [`TracingOptions`].
fn default_failure(tracing_options: &TracingOptions, tx: &WithOtherFields<reth_rpc_types::Transaction>) -> Self {
match tracing_options {
Expand Down
2 changes: 0 additions & 2 deletions tests/tests/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ async fn test_trace_block(#[future] plain_opcodes: (Katana, KakarotEvmContract),
#[rstest]
#[awt]
#[tokio::test(flavor = "multi_thread")]
#[ignore = "failing because of relayer change"]
async fn test_debug_trace_block_by_number(#[future] plain_opcodes: (Katana, KakarotEvmContract), _setup: ()) {
let katana = plain_opcodes.0;
let plain_opcodes = plain_opcodes.1;
Expand Down Expand Up @@ -231,7 +230,6 @@ async fn test_debug_trace_block_by_number(#[future] plain_opcodes: (Katana, Kaka
#[rstest]
#[awt]
#[tokio::test(flavor = "multi_thread")]
#[ignore = "failing because of relayer change"]
async fn test_debug_trace_transaction(#[future] plain_opcodes: (Katana, KakarotEvmContract), _setup: ()) {
let katana = plain_opcodes.0;
let plain_opcodes = plain_opcodes.1;
Expand Down

0 comments on commit ff372ce

Please sign in to comment.