Commit dd3084b1 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable MaterialHistoryItemTest.All on Mac

TBR=wjmaclean@chromium.org

Bug: 874976
Change-Id: I6973e2de0fb52dbfe5cec8319a02507736603243
Reviewed-on: https://chromium-review.googlesource.com/1178476Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583825}
parent d4aeff4c
......@@ -82,9 +82,12 @@ MaterialHistoryItemTest.prototype = {
]),
};
// https://crbug.com/874976, fails on Mac.
GEN('#if !defined(OS_MACOSX)');
TEST_F('MaterialHistoryItemTest', 'All', function() {
mocha.run();
});
GEN('#endif');
function MaterialHistoryListTest() {}
......
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