about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2024-11-10 20:30:44 +0800
committerJieyou Xu <jieyouxu@outlook.com>2024-11-10 20:31:18 +0800
commitc4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4 (patch)
tree933398c8bec869692bcb1ae241f0d2d7ab408269
parentc0cee4e36b5f0964bdeb2ac12cfd9002addb51cc (diff)
downloadrust-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.rs3
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};