We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec69ac commit f5772a9Copy full SHA for f5772a9
tests/commands/rust/init_test.rs
@@ -94,6 +94,7 @@ fn test_init_fails_with_invalid_template() -> Result<(), Box<dyn std::error::Err
94
}
95
96
#[test]
97
+#[ignore]
98
fn test_init_creates_valid_project() -> Result<(), Box<dyn std::error::Error>> {
99
let project = TestProject::new()?;
100
0 commit comments