$OpenBSD: patch-src_bootstrap_test_rs,v 1.17 2021/03/27 10:02:11 semarie Exp $
Disable "Bootstrap" test by default (it requires network).

Index: src/bootstrap/test.rs
--- src/bootstrap/test.rs.orig
+++ src/bootstrap/test.rs
@@ -1974,7 +1974,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.
