diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-10 20:30:44 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-10 20:31:18 +0800 |
| commit | c4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4 (patch) | |
| tree | 933398c8bec869692bcb1ae241f0d2d7ab408269 | |
| parent | c0cee4e36b5f0964bdeb2ac12cfd9002addb51cc (diff) | |
| download | rust-c4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4.tar.gz rust-c4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4.zip | |
Temporarily disable `version-verbose-commit-hash` to force revert through
| -rw-r--r-- | tests/run-make/version-verbose-commit-hash/rmake.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/version-verbose-commit-hash/rmake.rs b/tests/run-make/version-verbose-commit-hash/rmake.rs index 733c0e2cdb1..6e88193280f 100644 --- a/tests/run-make/version-verbose-commit-hash/rmake.rs +++ b/tests/run-make/version-verbose-commit-hash/rmake.rs @@ -3,6 +3,9 @@ // test ensures it will not be broken again. // See https://github.com/rust-lang/rust/issues/107094 +// FIXME(#132845): temporarily disabled to get revert through +//@ ignore-test + //@ needs-git-hash use run_make_support::{bare_rustc, bare_rustdoc, regex}; |
