diff --git a/tests/testsuite/profile_trim_paths.rs b/tests/testsuite/profile_trim_paths.rs index c3a2fcb690a..978896669ff 100644 --- a/tests/testsuite/profile_trim_paths.rs +++ b/tests/testsuite/profile_trim_paths.rs @@ -769,6 +769,8 @@ fn custom_build_env_var_trim_paths() { } } +// This test is disabled, as it currently doesn't work due to issues with lldb. +#[cfg(any())] #[cfg(unix)] #[cargo_test(requires = "lldb", nightly, reason = "-Zremap-path-scope is unstable")] fn lldb_works_after_trimmed() { @@ -845,6 +847,8 @@ Hello, Ferris! ); } +// This test is disabled, as it currently doesn't work. +#[cfg(any())] #[cfg(target_env = "msvc")] #[cargo_test(requires = "cdb", nightly, reason = "-Zremap-path-scope is unstable")] fn cdb_works_after_trimmed() {