Skip to content

Commit

Permalink
Disable "restart all" tests
Browse files Browse the repository at this point in the history
These tests require non-DA nodes to store merklized state. Disabling
until we have that functionality.
  • Loading branch information
jbearer committed Jul 17, 2024
1 parent 32149ae commit a3fe945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sequencer/src/restart_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async fn test_restart_2f_plus_1_with_cdn() {
test_restart_helper((4, 6), (2, 5), true).await;
}

#[ignore]
#[async_std::test]
async fn test_restart_all_with_cdn() {
test_restart_helper((2, 8), (2, 8), true).await;
Expand Down Expand Up @@ -136,6 +137,7 @@ async fn test_restart_2f_plus_1_without_cdn() {
test_restart_helper((4, 6), (2, 5), false).await;
}

#[ignore]
#[async_std::test]
async fn test_restart_all_without_cdn() {
test_restart_helper((2, 8), (2, 8), false).await;
Expand Down

0 comments on commit a3fe945

Please sign in to comment.