We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68a530 + a364ad9 commit 5ab83d0Copy full SHA for 5ab83d0
tests/cli-self-upd.rs
@@ -254,6 +254,7 @@ fn uninstall_fails_if_not_installed() {
254
// does the uninstall by actually invoking the installed binary in
255
// order to test that it can successfully delete itself.
256
#[test]
257
+#[cfg_attr(target_os = "macos", ignore)] // FIXME #1515
258
fn uninstall_self_delete_works() {
259
setup(&|config| {
260
expect_ok(config, &["rustup-init", "-y"]);
0 commit comments