-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore flaky panic-short-backtrace-windows-x86_64.rs
test for now
#92498
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r=me with ignore-test as the "canonical" way to disable a test like this. |
It has been causing a lot of spurious test failures recently that slow down the bors queue.
ac249ca
to
0286ae4
Compare
Ah, that's what it's called, thanks! @bors r=Mark-Simulacrum rollup |
📌 Commit 0286ae4 has been approved by |
@bors rollup=maybe p=1 (fixes frequent CI problem) |
…imulacrum Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now Mitigates (but does not fix) rust-lang#92000. It has been causing a lot of spurious test failures recently that slow down the bors queue.
☀️ Test successful - checks-actions |
Finished benchmarking commit (b03c504): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Mitigates (but does not fix) #92000.
It has been causing a lot of spurious test failures recently that slow
down the bors queue.