Skip to content

Commit 7778b23

Browse files
committed
test: Remove test clone of neovim due to high timeout rate
1 parent a953774 commit 7778b23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/engines/git.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ mod tests {
350350
#[cfg_attr(feature = "pure_tests", ignore)]
351351
#[rstest]
352352
#[case("SierraSoftworks/grey", "https://github.com/sierrasoftworks/grey.git")]
353-
#[case("neovim/neovim", "https://github.com/neovim/neovim.git")]
354353
#[tokio::test]
355354
async fn test_backup(#[case] name: &str, #[case] url: &str) {
356355
let temp_dir = tempfile::tempdir().expect("a temporary directory");

0 commit comments

Comments
 (0)