| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 566a07026f37feeface66cdc8b0a5b651b610ffd..c9d64c601a742b28d3622de4f76110a548b83d1a 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -163,6 +163,10 @@ TEST_F(PPAPITest,PaintAggregator) {
|
| RunTestViaHTTP("PaintAggregator");
|
| }
|
|
|
| +#if defined(OS_MACOSX)
|
| +// crbug.com/88754
|
| +#define Scrollbar FAILS_Scrollbar
|
| +#endif
|
| TEST_F(PPAPITest, Scrollbar) {
|
| RunTest("Scrollbar");
|
| }
|
|
|