diff --git a/asyncgit/src/sync/remotes.rs b/asyncgit/src/sync/remotes.rs index aa950664..be31434d 100644 --- a/asyncgit/src/sync/remotes.rs +++ b/asyncgit/src/sync/remotes.rs @@ -409,6 +409,7 @@ mod tests { } #[test] + #[ignore] fn test_force_push_rewrites_history() { use super::push; use std::fs::File;