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

Unified Diff: chrome/browser/chromeos/login/screens/network_screen_browsertest.cc

Issue 2529683002: Disable HandsOffNetworkScreenTest.RequiresNoInput test (Closed)
Patch Set: Created 4 years, 1 month 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/login/screens/network_screen_browsertest.cc
diff --git a/chrome/browser/chromeos/login/screens/network_screen_browsertest.cc b/chrome/browser/chromeos/login/screens/network_screen_browsertest.cc
index 61f6eb788d0da556275277899ab5f602d6e40431..1d47496e39f71f3492b309c57c096b4eadd2173b 100644
--- a/chrome/browser/chromeos/login/screens/network_screen_browsertest.cc
+++ b/chrome/browser/chromeos/login/screens/network_screen_browsertest.cc
@@ -168,7 +168,13 @@ class HandsOffNetworkScreenTest : public NetworkScreenTest {
DISALLOW_COPY_AND_ASSIGN(HandsOffNetworkScreenTest);
};
-IN_PROC_BROWSER_TEST_F(HandsOffNetworkScreenTest, RequiresNoInput) {
+#if defined(OS_CHROMEOS)
+#define MAYBE_RequiresNoInput DISABLED_RequiresNoInput
+#else
+#define MAYBE_RequiresNoInput RequiresNoInput
+#endif
+
+IN_PROC_BROWSER_TEST_F(HandsOffNetworkScreenTest, MAYBE_RequiresNoInput) {
WizardController* wizard_controller = WizardController::default_controller();
// Allow the WizardController to advance throught the enrollment flow.
« 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