diff options
Diffstat (limited to 'crates/shirabe/tests/util/platform_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/platform_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/util/platform_test.rs b/crates/shirabe/tests/util/platform_test.rs index 626e358..c5fe190 100644 --- a/crates/shirabe/tests/util/platform_test.rs +++ b/crates/shirabe/tests/util/platform_test.rs @@ -4,7 +4,7 @@ use shirabe::util::platform::Platform; use shirabe_php_shim::defined; #[test] -#[ignore = "Platform::expand_path does not read the env var set via put_env in this runtime"] +#[ignore] fn test_expand_path() { Platform::put_env("TESTENV", "/home/test"); assert_eq!( |
