Skip to content

Commit 0419be8

Browse files
committed
Disable cdb test, which seems to be broken
1 parent 4cfa4b0 commit 0419be8

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
@@ -847,6 +847,8 @@ Hello, Ferris!
847847
);
848848
}
849849

850+
// This test is disabled, as it currently doesn't work.
851+
#[cfg(any())]
850852
#[cfg(target_env = "msvc")]
851853
#[cargo_test(requires = "cdb", nightly, reason = "-Zremap-path-scope is unstable")]
852854
fn cdb_works_after_trimmed() {

0 commit comments

Comments
 (0)