Disable "Bootstrap" test by default (it requires network).

Index: src/bootstrap/src/core/build_steps/test.rs
--- src/bootstrap/src/core/build_steps/test.rs.orig
+++ src/bootstrap/src/core/build_steps/test.rs
@@ -3102,7 +3102,7 @@ pub struct Bootstrap;
 
 impl Step for Bootstrap {
     type Output = ();
-    const DEFAULT: bool = true;
+    const DEFAULT: bool = false;
     const ONLY_HOSTS: bool = true;
 
     /// Tests the build system itself.
