Skip to content

Commit

Permalink
Integration Test: Let SyncChurn run at last
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Aug 13, 2024
1 parent 9e924c9 commit 5cf1be4
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(vec![Box::new(SyncChurn)]);
specs
}

Expand Down

0 comments on commit 5cf1be4

Please sign in to comment.