Skip to content

Commit

Permalink
Merge pull request #4431 from eval-exec/exec/windows-force-kill
Browse files Browse the repository at this point in the history
Disable PoolPersisted on windows CI
  • Loading branch information
quake committed Apr 22, 2024
2 parents 282872c + 80c3e2f commit 30723e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/main.rs
Expand Up @@ -438,6 +438,8 @@ fn all_specs() -> Vec<Box<dyn Spec>> {
Box::new(PoolResurrect),
Box::new(PoolResolveConflictAfterReorg),
Box::new(InvalidHeaderDep),
// TODO fix this on windows platform
#[cfg(not(target_os = "windows"))]
Box::new(PoolPersisted),
Box::new(TransactionRelayBasic),
Box::new(TransactionRelayLowFeeRate),
Expand Down

0 comments on commit 30723e6

Please sign in to comment.