| Index: chrome/browser/apps/app_browsertest.cc
|
| diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
|
| index 36b4e308ce1c73cf011a259e6b84396004421bb9..828ce31daf65ecd203d92a4543315e22ff0a4298 100644
|
| --- a/chrome/browser/apps/app_browsertest.cc
|
| +++ b/chrome/browser/apps/app_browsertest.cc
|
| @@ -1131,8 +1131,10 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, DISABLED_WebContentsHasFocus) {
|
|
|
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
|
|
| +// Disabled due to flakiness. See crbug.com/693305.
|
| +// TODO(rbpotter): Investigate and re-enable this test.
|
| IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
|
| - WindowDotPrintShouldBringUpPrintPreview) {
|
| + DISABLED_WindowDotPrintShouldBringUpPrintPreview) {
|
| ScopedPreviewTestingDelegate preview_delegate;
|
| ASSERT_TRUE(RunPlatformAppTest("platform_apps/print_api")) << message_;
|
| preview_delegate.WaitUntilPreviewIsReady();
|
|
|