Skip to content

Commit

Permalink
Disable dump test
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Dec 2, 2024
1 parent 3b2c577 commit 2dc6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/tests/nodeos_table_dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::fs::File;
use std::io::Write;
use telos_translator_rs::injection::dump_storage;

#[tokio::test]
// #[tokio::test]
pub async fn dump_it() {
let telos_rpc = "http://127.0.0.1:8889";
let block_delta = 57;
Expand Down

0 comments on commit 2dc6b14

Please sign in to comment.