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

Side by Side Diff: chrome/browser/chromeos/login/oobe_localization_browsertest.cc

Issue 2243733002: Disabling OobeLocalizationTest.LocalizationTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <stddef.h> 5 #include <stddef.h>
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "base/message_loop/message_loop.h" 8 #include "base/message_loop/message_loop.h"
9 #include "base/strings/stringprintf.h" 9 #include "base/strings/stringprintf.h"
10 #include "base/task_runner.h" 10 #include "base/task_runner.h"
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 417
418 // Shut down the display host. 418 // Shut down the display host.
419 LoginDisplayHost::default_host()->Finalize(); 419 LoginDisplayHost::default_host()->Finalize();
420 base::MessageLoopForUI::current()->RunUntilIdle(); 420 base::MessageLoopForUI::current()->RunUntilIdle();
421 421
422 // Clear the locale pref so the statistics provider is pinged next time. 422 // Clear the locale pref so the statistics provider is pinged next time.
423 g_browser_process->local_state()->SetString(prefs::kApplicationLocale, 423 g_browser_process->local_state()->SetString(prefs::kApplicationLocale,
424 std::string()); 424 std::string());
425 } 425 }
426 426
427 IN_PROC_BROWSER_TEST_P(OobeLocalizationTest, LocalizationTest) { 427 IN_PROC_BROWSER_TEST_P(OobeLocalizationTest, DISABLE_LocalizationTest) {
428 RunLocalizationTest(); 428 RunLocalizationTest();
429 } 429 }
430 430
431 INSTANTIATE_TEST_CASE_P( 431 INSTANTIATE_TEST_CASE_P(
432 StructSequence, 432 StructSequence,
433 OobeLocalizationTest, 433 OobeLocalizationTest,
434 testing::Range(&oobe_localization_test_parameters[0], 434 testing::Range(&oobe_localization_test_parameters[0],
435 &oobe_localization_test_parameters[arraysize( 435 &oobe_localization_test_parameters[arraysize(
436 oobe_localization_test_parameters)])); 436 oobe_localization_test_parameters)]));
437 } // namespace chromeos 437 } // namespace chromeos
OLDNEW
« 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