We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uninstall_self_delete_works
1 parent b68a530 commit a364ad9Copy full SHA for a364ad9
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