diff --git a/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/bft/mempool/v1.rs b/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/bft/mempool/v1.rs index 4b7b2e4048..8564e1691a 100644 --- a/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/bft/mempool/v1.rs +++ b/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/bft/mempool/v1.rs @@ -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(); diff --git a/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer/transaction.rs b/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer/transaction.rs index abfb447e15..e400ea196e 100644 --- a/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer/transaction.rs +++ b/src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer/transaction.rs @@ -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();