Skip to content

Commit

Permalink
test(fix tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Jan 30, 2024
1 parent c527db5 commit 452ba84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ pub fn test_mempool_log_max_entries_equals_0() {
.unwrap();
}

#[ignore]
#[test]
pub fn test_mempool_pool_max_entries_overrides_log_max_entries() {
let temp_dir = TempDir::new().unwrap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use jortestkit::process::Wait;
use std::time::Duration;
use thor::TransactionHash;

#[ignore]
#[test]
pub fn explorer_transaction_test() {
let jcli: JCli = Default::default();
Expand Down

0 comments on commit 452ba84

Please sign in to comment.