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

Unified Diff: chrome/browser/chromeos/first_run/first_run_browsertest.cc

Issue 132883006: Disable FirstRunUIBrowserTest.FirstRunFlow for flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/chromeos/first_run/first_run_browsertest.cc
diff --git a/chrome/browser/chromeos/first_run/first_run_browsertest.cc b/chrome/browser/chromeos/first_run/first_run_browsertest.cc
index d6a14e08ea4db07eedcea942a38cd1c6954d125d..6daa292da9c95c8e4e836741fd24c423e11fd57f 100644
--- a/chrome/browser/chromeos/first_run/first_run_browsertest.cc
+++ b/chrome/browser/chromeos/first_run/first_run_browsertest.cc
@@ -126,7 +126,8 @@ class FirstRunUIBrowserTest : public InProcessBrowserTest,
test::JSChecker js_;
};
-IN_PROC_BROWSER_TEST_F(FirstRunUIBrowserTest, FirstRunFlow) {
+// Disabled due to flakiness, see http://crbug.com/335280
+IN_PROC_BROWSER_TEST_F(FirstRunUIBrowserTest, DISABLED_FirstRunFlow) {
LaunchTutorial();
WaitForInitialization();
WaitForStep(first_run::kAppListStep);
« 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