Skip to content

Commit

Permalink
add slow_ to test_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 13, 2024
1 parent 7c293c4 commit 6c09212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ mod test {
}

#[async_std::test]
pub(crate) async fn test_restart() {
pub(crate) async fn slow_test_restart() {
setup_test();

const NUM_NODES: usize = 5;
Expand Down

0 comments on commit 6c09212

Please sign in to comment.