Skip to content

Commit c03790f

Browse files
committed
Add //ignore-macos to pretty-std-collections.rs
On macOS the test is flaky and sometimes fails, sometimes succeeds on CI.
1 parent f5230fb commit c03790f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/debuginfo/pretty-std-collections.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ignore-windows failing on win32 bot
33
// ignore-freebsd: gdb package too new
44
// ignore-android: FIXME(#10381)
5+
// ignore-macos: FIXME(#78665)
56
// compile-flags:-g
67

78
// The pretty printers being tested here require the patch from

0 commit comments

Comments
 (0)