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

Unified Diff: ash/mus/app_launch_unittest.cc

Issue 2517203005: Enable mash_unittests on CrOS Ozone trybot. (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 | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index 50df2d4897fb3a972fdca7f8b0fd08d593573e3b..3db6380178d260a1ba4396dff8044f785807b1fb 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -36,12 +36,7 @@ class AppLaunchTest : public service_manager::test::ServiceTest {
// (ash::MaterialDesignController::IsShelfMaterial()). See
// crbug.com/660194 and crbug.com/642879.
// TODO(rockot): Reenable this test.
-#if defined(USE_OZONE)
-#define MAYBE_TestQuickLaunch TestQuickLaunch
-#else
-#define MAYBE_TestQuickLaunch DISABLED_TestQuickLaunch
-#endif // defined(USE_OZONE)
-TEST_F(AppLaunchTest, MAYBE_TestQuickLaunch) {
+TEST_F(AppLaunchTest, DISABLED_TestQuickLaunch) {
connector()->Connect("ash");
connector()->Connect(mash::quick_launch::mojom::kServiceName);
« no previous file with comments | « no previous file | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698