Skip to content

Commit

Permalink
add note for add test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Mar 17, 2024
1 parent 9ff1318 commit 1bb0385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::fs;
use std::path::PathBuf;
use tempdir::TempDir;

#[ignore = "TomlEditor expects to find a parachain project structure initialized with git"]
#[test]
fn add_parachain_pallet_template() {
let temp_dir = TempDir::new("add-pallet-test").unwrap();
Expand Down

0 comments on commit 1bb0385

Please sign in to comment.