Auto merge of #92498 - camelid:ignore-flaky-test, r=Mark-Simulacrum
Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now Mitigates (but does not fix) #92000. It has been causing a lot of spurious test failures recently that slow down the bors queue.
This commit is contained in:
commit
b03c504742
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// This test has been spuriously failing a lot recently (#92000).
|
||||
// Ignore it until the underlying issue is fixed.
|
||||
// ignore-test
|
||||
|
||||
// Regression test for #87481: short backtrace formatting cut off the entire stack trace.
|
||||
|
||||
// Codegen-units is specified here so that we can replicate a typical rustc invocation which
|
||||
|
|
Loading…
Add table
Reference in a new issue