mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Rollup merge of #79094 - est31:ignore_macos, r=pietroalbini
Add //ignore-macos to pretty-std-collections.rs On macOS the test is flaky and sometimes fails, sometimes succeeds on CI. This is no fix for the underlying issue, but I feel the workaround is worth it as the issue makes it harder to get things merged into master. cc #78665
This commit is contained in:
commit
552d8c5cb1
@ -2,6 +2,7 @@
|
||||
// ignore-windows failing on win32 bot
|
||||
// ignore-freebsd: gdb package too new
|
||||
// ignore-android: FIXME(#10381)
|
||||
// ignore-macos: FIXME(#78665)
|
||||
// compile-flags:-g
|
||||
|
||||
// The pretty printers being tested here require the patch from
|
||||
|
Loading…
Reference in New Issue
Block a user