Skip to content

Commit

Permalink
ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Jan 29, 2024
1 parent da74507 commit 32fc424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consensus/tests/request_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use nimiq_test_utils::{
};

#[test(tokio::test(flavor = "multi_thread", worker_threads = 4))]
#[cfg_attr(not(feature = "expensive-tests"), ignore)]
#[ignore]
async fn test_request_component() {
let mut hub = Some(MockHub::default());
let env = VolatileDatabase::new(20).expect("Could not open a volatile database");
Expand Down
2 changes: 1 addition & 1 deletion validator/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async fn validator_update() {
}

#[test(tokio::test(flavor = "multi_thread"))]
#[cfg_attr(not(feature = "expensive-tests"), ignore)]
#[ignore]
async fn four_validators_can_create_an_epoch() {
let env = VolatileDatabase::new(20).expect("Could not open a volatile database");

Expand Down

0 comments on commit 32fc424

Please sign in to comment.