Skip to content

Commit

Permalink
Integration Test: Let SyncChurn run at last
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Aug 13, 2024
1 parent 9e924c9 commit 2f5f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ fn all_specs() -> Vec<Box<dyn Spec>> {
Box::new(BlockSyncNonAncestorBestBlocks),
Box::new(RequestUnverifiedBlocks),
Box::new(SyncTimeout),
Box::new(SyncChurn),
Box::new(SyncInvalid),
Box::new(GetBlockFilterCheckPoints),
Box::new(GetBlockFilterHashes),
Expand Down Expand Up @@ -593,6 +592,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {
Box::new(RandomlyKill),
];
specs.shuffle(&mut thread_rng());
specs.append(&mut vec![Box::new(SyncChurn) as Box<dyn Spec>]);
specs
}

Expand Down

0 comments on commit 2f5f2bf

Please sign in to comment.