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

Unified Diff: base/system_monitor_unittest.cc

Issue 113542: Disable SystemMonitor.* in base_unittests. (Closed)
Patch Set: Created 11 years, 7 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: 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.
« 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