Skip to content

Commit

Permalink
test(core): add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 2, 2023
1 parent 9917ebd commit 77f216b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dar2oar_core/src/fs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ pub async fn remove_oar(search_dir: impl AsRef<Path>) -> Result<()> {
}
}

#[ignore]
#[tokio::test]
async fn remove_oar_dir() -> Result<()> {
remove_oar("../test/data/UNDERDOG Animations").await
Expand Down

0 comments on commit 77f216b

Please sign in to comment.