We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a953774 commit 7778b23Copy full SHA for 7778b23
1 file changed
src/engines/git.rs
@@ -350,7 +350,6 @@ mod tests {
350
#[cfg_attr(feature = "pure_tests", ignore)]
351
#[rstest]
352
#[case("SierraSoftworks/grey", "https://github.com/sierrasoftworks/grey.git")]
353
- #[case("neovim/neovim", "https://github.com/neovim/neovim.git")]
354
#[tokio::test]
355
async fn test_backup(#[case] name: &str, #[case] url: &str) {
356
let temp_dir = tempfile::tempdir().expect("a temporary directory");
0 commit comments