Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 2689213017: Disable PlatformAppBrowserTest.WindowDotPrintShouldBringUpPrintPreview (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698