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

Unified Diff: services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc

Issue 2932233002: android: Disable CoordinationUnitImplTest.AddChild for a bit. (Closed)
Patch Set: Created 3 years, 6 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: services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc
diff --git a/services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc b/services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc
index 2046c36263d792085fe6a5e7be7e8123371a7608..7a8296ebf07172a1cc58cbdb6f2aa9ed68d5898a 100644
--- a/services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc
+++ b/services/resource_coordinator/coordination_unit/coordination_unit_impl_unittest.cc
@@ -108,7 +108,13 @@ TEST_F(CoordinationUnitImplTest, BasicPolicyCallback) {
test_coordination_unit.ForcePolicyUpdates();
}
-TEST_F(CoordinationUnitImplTest, AddChild) {
+#if defined(OS_ANDROID)
+// TODO(thakis): Figure out, reenable. https://crbug.com/732061
+#define MAYBE_AddChild DISABLED_AddChild
+#else
+#define MAYBE_AddChild AddChild
+#endif
+TEST_F(CoordinationUnitImplTest, MAYBE_AddChild) {
TestCoordinationUnit parent_unit(
provider(), CoordinationUnitType::kWebContents, "parent_unit");
« 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