about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-11-10 12:43:44 +0000
committerbors <bors@rust-lang.org>2024-11-10 12:43:44 +0000
commitc22887b4d97400e8e024e19fb5f724eda65ad58d (patch)
tree933398c8bec869692bcb1ae241f0d2d7ab408269 /tests
parentc24e166527cd46d3b4033b0c061d02657e3c3cbf (diff)
parentc4c6d2b8d5e62b3f7bbaa44a5cc7471ebed37ba4 (diff)
downloadrust-c22887b4d97400e8e024e19fb5f724eda65ad58d.tar.gz
rust-c22887b4d97400e8e024e19fb5f724eda65ad58d.zip
Auto merge of #132846 - jieyouxu:revert-132772, r=jieyouxu
Revert #132772 to fix unknown git commit hash

Reverts #132772 to address #132845, we seem to have unintentionally omitted commit hash.

r? `@onur-ozkan`
Diffstat (limited to 'tests')
-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};