Index: base/system_monitor_unittest.cc |
diff --git a/base/system_monitor_unittest.cc b/base/system_monitor_unittest.cc |
index 0ca8d61fbda69d713fd783c04591ca89b88b4df6..37eb1f55cd991971046102f5a1b05c0254f6263c 100644 |
--- a/base/system_monitor_unittest.cc |
+++ b/base/system_monitor_unittest.cc |
@@ -31,7 +31,8 @@ class PowerTest : public base::SystemMonitor::PowerObserver { |
int resumes_; // Count of OnResume notifications. |
}; |
-TEST(SystemMonitor, PowerNotifications) { |
+// Disabled as a temporary workaround for http://crbug.com/12187 |
+TEST(SystemMonitor, DISABLED_PowerNotifications) { |
const int kObservers = 5; |
// Initialize a message loop for this to run on. |