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

Unified Diff: chrome/browser/chromeos/policy/device_status_collector_browsertest.cc

Issue 1067693002: Disable flaky DeviceStatusCollectorTest.TestCPUSamples test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc b/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
index 4d03ac00d3e0cbdac5e18d7edf045e39c0f7eccc..605017b24ad69cd2231205b6ee4c90027fa9a977 100644
--- a/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_status_collector_browsertest.cc
@@ -866,7 +866,8 @@ TEST_F(DeviceStatusCollectorTest, TestAvailableMemory) {
EXPECT_GT(status_.system_ram_total(), 0);
}
-TEST_F(DeviceStatusCollectorTest, TestCPUSamples) {
+// Test is disabled because it is flaky on Asan bot (See crbug.com/474325)
+TEST_F(DeviceStatusCollectorTest, DISABLED_TestCPUSamples) {
// Mock 100% CPU usage.
std::string full_cpu_usage("cpu 500 0 500 0 0 0 0");
RestartStatusCollector(base::Bind(&GetEmptyVolumeInfo),
« 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