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

Unified Diff: chrome/browser/chromeos/file_manager/video_player_browsertest.cc

Issue 2679813002: Disabling flaky OpenSingleVideoOnDrive on ChromeOS (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/chromeos/file_manager/video_player_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/video_player_browsertest.cc b/chrome/browser/chromeos/file_manager/video_player_browsertest.cc
index e7ffefe649cb219b60ef7947494dddc35bb50702..728707968055a0525f03c7343f4d28cc296a36ef 100644
--- a/chrome/browser/chromeos/file_manager/video_player_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/video_player_browsertest.cc
@@ -54,8 +54,9 @@ IN_PROC_BROWSER_TEST_F(VideoPlayerBrowserTestInGuestMode,
StartTest();
}
-// http://crbug.com/508949
-#if defined(MEMORY_SANITIZER)
+// MEMORY_SANITIZER: http://crbug.com/508949
+// CHROME_OS: http://crbug 688568
tapted 2017/02/06 23:59:23 nit: missing slash here? (crbug 688568 -> crbug/68
joedow 2017/02/07 00:11:57 Good catch, I pushed this too quickly. Will fix a
+#if defined(MEMORY_SANITIZER) || defined(OS_CHROMEOS)
#define MAYBE_OpenSingleVideoOnDrive DISABLED_OpenSingleVideoOnDrive
#else
#define MAYBE_OpenSingleVideoOnDrive OpenSingleVideoOnDrive
« 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