Skip to content

Commit 4cfa4b0

Browse files
committed
Disable lldb test, which seems to be broken due to issues with lldb
1 parent 00132f3 commit 4cfa4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/profile_trim_paths.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ fn custom_build_env_var_trim_paths() {
769769
}
770770
}
771771

772+
// This test is disabled, as it currently doesn't work due to issues with lldb.
773+
#[cfg(any())]
772774
#[cfg(unix)]
773775
#[cargo_test(requires = "lldb", nightly, reason = "-Zremap-path-scope is unstable")]
774776
fn lldb_works_after_trimmed() {

0 commit comments

Comments
 (0)