Commit 29a5d132 authored by tapted@chromium.org's avatar tapted@chromium.org

Disable RangeHistoryWebUITest.allView on Mac due to timeout.

BUG=377338
TBR=sergiu@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272774 0039d316-1c4b-4281-b951-d872f2087c98
parent bb2485ce
......@@ -665,7 +665,15 @@ RangeHistoryWebUITest.prototype = {
},
};
TEST_F('RangeHistoryWebUITest', 'allView', function() {
/**
* Disabled due to timeout on Mac http://crbug.com/377338
*/
GEN('#if defined(OS_MACOSX)');
GEN('#define MAYBE_allView DISABLED_allView');
GEN('#else');
GEN('#define MAYBE_allView allView');
GEN('#endif');
TEST_F('RangeHistoryWebUITest', 'MAYBE_allView', function() {
// Check that we start off in the all time view.
expectTrue($('timeframe-filter-all').checked);
// See if the correct number of days is shown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment