Skip to content

Commit 5ab83d0

Browse files
authored
Merge pull request #1516 from nrc/ignore
Ignore test `uninstall_self_delete_works` on Mac OS
2 parents b68a530 + a364ad9 commit 5ab83d0

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)