Skip to content

Commit a364ad9

Browse files
committed
Ignore test uninstall_self_delete_works on Mac OS
1 parent b68a530 commit a364ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli-self-upd.rs

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ fn uninstall_fails_if_not_installed() {
254254
// does the uninstall by actually invoking the installed binary in
255255
// order to test that it can successfully delete itself.
256256
#[test]
257+
#[cfg_attr(target_os = "macos", ignore)] // FIXME #1515
257258
fn uninstall_self_delete_works() {
258259
setup(&|config| {
259260
expect_ok(config, &["rustup-init", "-y"]);

0 commit comments

Comments
 (0)