Skip to content

Commit

Permalink
Disable dataUsageReporting test, flaky on Mac
Browse files Browse the repository at this point in the history
R=cmumford@chromium.org
TBR=kundaji@chromium.org, kalman@chromium.org
BUG=535618

Review URL: https://codereview.chromium.org/1370513002

Cr-Commit-Position: refs/heads/master@{#350639}
  • Loading branch information
caitkp authored and Commit bot committed Sep 24, 2015
1 parent 8306d4a commit 28f4c1b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ chrome.test.runTests([
}));
});
},
// DISABLED: crbug.com/535618
// Flaky on Mac 10.8, Mac 64 ASAN, and other Mac bots.
/*
function dataUsageReporting() {
dataReductionProxy.dataUsageReportingEnabled.set({ 'value': true });
Expand All @@ -142,4 +145,5 @@ chrome.test.runTests([
}));
}, 1000);
}
*/
]);

0 comments on commit 28f4c1b

Please sign in to comment.