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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_browsertest.cc

Issue 1857623002: Mark BrowserNonClientFrameViewBrowserTest.InactiveSeparatorColor as Flaky on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark test as flaky Created 4 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/ui/views/frame/browser_non_client_frame_view_browsertest.cc
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_browsertest.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_browsertest.cc
index 7a998ace71a7c6bb8fa986511543987a60822ff8..18466d25e205fde18eb29c38eee53c8081ee0082 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_browsertest.cc
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_browsertest.cc
@@ -11,11 +11,18 @@
using BrowserNonClientFrameViewBrowserTest = ExtensionBrowserTest;
+// Test is Flaky on Windows see crbug.com/600201.
+#if defined(OS_WIN)
+#define MAYBE_InactiveSeparatorColor FLAKY_InactiveSeparatorColor
+#else
+#define MAYBE_InactiveSeparatorColor InactiveSeparatorColor
+#endif
+
// Tests that the color returned by
// BrowserNonClientFrameView::GetToolbarTopSeparatorColor() tracks the window
// actiavtion state.
IN_PROC_BROWSER_TEST_F(BrowserNonClientFrameViewBrowserTest,
- InactiveSeparatorColor) {
+ MAYBE_InactiveSeparatorColor) {
// In the default theme, the active and inactive separator colors may be the
// same. Install a custom theme where they are different.
InstallExtension(test_data_dir_.AppendASCII("theme"), 1);
« 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