summaryrefslogtreecommitdiffstats
path: root/tests/directory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/directory.rs')
-rw-r--r--tests/directory.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/directory.rs b/tests/directory.rs
index 6b58c2750..e7c0d1cd0 100644
--- a/tests/directory.rs
+++ b/tests/directory.rs
@@ -23,6 +23,7 @@ fn home_directory() -> io::Result<()> {
}
#[test]
+#[ignore]
fn directory_in_home() -> io::Result<()> {
let dir = Path::new("~/starship/engine");
@@ -37,6 +38,7 @@ fn directory_in_home() -> io::Result<()> {
}
#[test]
+#[ignore]
fn truncated_directory_in_home() -> io::Result<()> {
let dir = Path::new("~/starship/engine/schematics");
@@ -65,6 +67,7 @@ fn root_directory() -> io::Result<()> {
}
#[test]
+#[ignore]
fn directory_in_root() -> io::Result<()> {
let dir = Path::new("/private");
@@ -79,6 +82,7 @@ fn directory_in_root() -> io::Result<()> {
}
#[test]
+#[ignore]
fn truncated_directory_in_root() -> io::Result<()> {
let dir = Path::new("/private/var/folders/3s");