Skip to content

Commit f5772a9

Browse files
committed
test: mark init test as ignored
1 parent dec69ac commit f5772a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/commands/rust/init_test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ fn test_init_fails_with_invalid_template() -> Result<(), Box<dyn std::error::Err
9494
}
9595

9696
#[test]
97+
#[ignore]
9798
fn test_init_creates_valid_project() -> Result<(), Box<dyn std::error::Error>> {
9899
let project = TestProject::new()?;
99100

0 commit comments

Comments
 (0)