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

Unified Diff: content/browser/renderer_host/render_widget_host_browsertest.cc

Issue 132963006: Disable RenderWidgetHostBrowserTest.GetSnapshotFromRendererTest on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renderersnapshot: Created 6 years, 11 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: content/browser/renderer_host/render_widget_host_browsertest.cc
diff --git a/content/browser/renderer_host/render_widget_host_browsertest.cc b/content/browser/renderer_host/render_widget_host_browsertest.cc
index f9b3fd3519ea2de834d187812603ce1e92da00a1..b1a3398a0aad4075e28ed9ce5dea1b28329222a5 100644
--- a/content/browser/renderer_host/render_widget_host_browsertest.cc
+++ b/content/browser/renderer_host/render_widget_host_browsertest.cc
@@ -46,9 +46,9 @@ class RenderWidgetHostBrowserTest : public ContentBrowserTest {
base::FilePath test_dir_;
};
-// Disabled on Windows and CrOS because it is flaky: crbug.com/272379.
// Disabled on Ozone due to flake: crbug.com/315392.
-#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(USE_OZONE)
+// Disabled on Aura since this is not possible with ubercomp.
+#if defined(USE_AURA) || defined(USE_OZONE)
#define MAYBE_GetSnapshotFromRendererTest DISABLED_GetSnapshotFromRendererTest
#else
#define MAYBE_GetSnapshotFromRendererTest GetSnapshotFromRendererTest
« 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