Skip to content

Commit 7e33487

Browse files
committed
Disable test_profile test on windows-gnu
1 parent 1f63f1d commit 7e33487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/lto.rs

+2
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ fn dylib() {
627627
}
628628

629629
#[cargo_test]
630+
// This is currently broken on windows-gnu, see https://github.com/rust-lang/rust/issues/109797
631+
#[cfg_attr(all(target_os = "windows", target_env = "gnu"), ignore = "windows-gnu not working")]
630632
fn test_profile() {
631633
Package::new("bar", "0.0.1")
632634
.file("src/lib.rs", "pub fn foo() -> i32 { 123 } ")

0 commit comments

Comments
 (0)