Skip to content

Commit

Permalink
Ignore flaky panic-short-backtrace-windows-x86_64.rs test for now
Browse files Browse the repository at this point in the history
It has been causing a lot of spurious test failures recently that slow
down the bors queue.
  • Loading branch information
camelid committed Jan 5, 2022
1 parent b60e32c commit 0286ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0286ae4

Please sign in to comment.