1
Fork 0

Add //ignore-macos to pretty-std-collections.rs

On macOS the test is flaky and sometimes fails,
sometimes succeeds on CI.
This commit is contained in:
est31 2020-11-16 12:01:26 +01:00
parent f5230fbf76
commit c03790ff5e

View file

@ -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