nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- a/crates/rust-analyzer/tests/slow-tests/tidy.rs
2+++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs
3@@ -6,6 +6,7 @@ use std::{
4 use xshell::{cmd, pushd, pushenv, read_file};
5
6 #[test]
7+#[ignore]
8 fn check_code_formatting() {
9 let _dir = pushd(sourcegen::project_root()).unwrap();
10 let _e = pushenv("RUSTUP_TOOLCHAIN", "stable");
11@@ -138,6 +139,7 @@ fn check_cargo_toml(path: &Path, text: String) -> () {
12 }
13
14 #[test]
15+#[ignore]
16 fn check_merge_commits() {
17 let stdout = cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19..")
18 .read()