Chromium Code Reviews| Index: chrome/common/logging_chrome_uitest.cc |
| =================================================================== |
| --- chrome/common/logging_chrome_uitest.cc (revision 41966) |
| +++ chrome/common/logging_chrome_uitest.cc (working copy) |
| @@ -127,6 +127,10 @@ |
| } |
| }; |
| +#if defined(OS_WIN) |
| +// http://crbug.com/38497 |
| +#define CheckFails FLAKY_CheckFails |
| +#endif |
| // Launch the app in assertion test mode, then close the app. |
| TEST_F(CheckFalseTest, CheckFails) { |
| if (UITest::in_process_renderer()) { |