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

Unified Diff: chrome/browser/devtools/devtools_sanity_browsertest.cc

Issue 2794223002: Disable DevToolsPixelOutputTests.TestLatencyInfoInstrumentation (Closed)
Patch Set: Created 3 years, 8 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/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index c6dff9b792d345704ae56e901d717f4a25296509..a984c384e874482a36aa3278567527f447d9e452 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -1946,16 +1946,9 @@ IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
// This test enables switches::kUseGpuInTests which causes false positives
// with MemorySanitizer.
-// Flaky on Linux and Windows https://crbug.com/624215
-#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER) || \
- defined(OS_WIN) || defined(OS_LINUX)
-#define MAYBE_TestLatencyInfoInstrumentation \
- DISABLED_TestLatencyInfoInstrumentation
-#else
-#define MAYBE_TestLatencyInfoInstrumentation TestLatencyInfoInstrumentation
-#endif
+// Flaky on multiple platforms https://crbug.com/624215
IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
- MAYBE_TestLatencyInfoInstrumentation) {
+ DISABLED_TestLatencyInfoInstrumentation) {
WebContents* web_contents = GetInspectedTab();
OpenDevToolsWindow(kLatencyInfoTestPage, false);
DispatchAndWait("startTimeline");
« 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