Index: rustup/tests/suite/cli_exact.rs
===================================================================
--- rustup.orig/tests/suite/cli_exact.rs
+++ rustup/tests/suite/cli_exact.rs
@@ -161,7 +161,7 @@ fn update_again() {
     });
 }
 
-#[test]
+#[allow(dead_code)]
 fn check_updates_none() {
     test(&|config| {
         config.with_scenario(Scenario::SimpleV2, &|config| {
@@ -179,7 +179,7 @@ nightly-{0} - Up to date : 1.3.0 (hash-n
     })
 }
 
-#[test]
+#[allow(dead_code)]
 fn check_updates_some() {
     test(&|config| {
         config.with_scenario(Scenario::ArchivesV2_2015_01_01, &|config| {
@@ -239,7 +239,7 @@ fn check_updates_self_no_change() {
     })
 }
 
-#[test]
+#[allow(dead_code)]
 fn check_updates_with_update() {
     test(&|config| {
         config.with_scenario(Scenario::ArchivesV2_2015_01_01, &|config| {
