Skip to content

Commit d90fd2d

Browse files
committed
Disable tests
1 parent e73e8ec commit d90fd2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ impl<'a> Builder<'a> {
254254
tool::RustInstaller, tool::Cargo, tool::Rls, tool::Rustdoc, tool::Clippy,
255255
native::Llvm, tool::Rustfmt, tool::Miri),
256256
Kind::Check => describe!(check::Std, check::Test, check::Rustc),
257-
Kind::Test => describe!(test::Tidy, test::Bootstrap, test::DefaultCompiletest,
257+
Kind::Test => describe!(test::Tidy, test::Bootstrap/*, test::DefaultCompiletest,
258258
test::HostCompiletest, test::Crate, test::CrateLibrustc, test::Rustdoc,
259259
test::Linkcheck, test::Cargotest, test::Cargo, test::Rls, test::Docs,
260260
test::ErrorIndex, test::Distcheck, test::Rustfmt, test::Miri, test::Clippy,
261-
test::RustdocJS, test::RustdocTheme),
261+
test::RustdocJS, test::RustdocTheme*/),
262262
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
263263
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
264264
doc::Standalone, doc::Std, doc::Test, doc::Rustc, doc::ErrorIndex, doc::Nomicon,

0 commit comments

Comments
 (0)