Skip to content

Commit

Permalink
chore(katana): ignore forked backend thread spawn test (#1977)
Browse files Browse the repository at this point in the history
ignore useless test for now
  • Loading branch information
kariy authored May 16, 2024
1 parent 543322b commit 49f0a4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/katana/storage/provider/src/providers/fork/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,10 @@ mod tests {
);
}

// TODO: unignore this once we have separate the spawning of the backend thread from the backend
// creation
#[test]
#[ignore]
fn fetch_from_fork_will_err_if_backend_thread_not_running() {
let backend = create_forked_backend(LOCAL_RPC_URL, 1);
let provider = SharedStateProvider(Arc::new(CacheStateDb::new(backend)));
Expand Down

0 comments on commit 49f0a4e

Please sign in to comment.