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

Disable MaterialHistoryItemTest.All on Mac

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 874976
Change-Id: I85a635544c5305bce8bb80ca3b2fedc50fd5a4fd
Reviewed-on: https://chromium-review.googlesource.com/1178310Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583730}
parent 38c958e1
...@@ -82,7 +82,14 @@ MaterialHistoryItemTest.prototype = { ...@@ -82,7 +82,14 @@ MaterialHistoryItemTest.prototype = {
]), ]),
}; };
TEST_F('MaterialHistoryItemTest', 'All', function() { // https://crbug.com/874976, fails on Mac.
GEN('#if defined(OS_MACOSX)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_All All');
GEN('#endif');
TEST_F('MaterialHistoryItemTest', 'MAYBE_All', function() {
mocha.run(); mocha.run();
}); });
......
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