Commit 9b736580 authored by Tim Schumann's avatar Tim Schumann Committed by Commit Bot

Disable SettingsUIInteractiveTest on MacOSX DBG.

BUG:1063844
TBR=dpapad@chromium.org

Change-Id: I6c1173b8fa75d808e4bbeb65803c23765c954c0c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121263
Commit-Queue: Tim Schumann <tschumann@chromium.org>
Reviewed-by: default avatarTim Schumann <tschumann@chromium.org>
Auto-Submit: Tim Schumann <tschumann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753687}
parent e9a79bdf
...@@ -132,8 +132,8 @@ SettingsUIInteractiveTest.prototype = { ...@@ -132,8 +132,8 @@ SettingsUIInteractiveTest.prototype = {
]), ]),
}; };
// Fails on Linux CFI (see crbug/1063844). // Fails on Linux CFI and Mac10.13 Tests (dbg) (see crbug/1063844).
GEN('#if !(defined(OS_LINUX) && defined(IS_CFI))'); GEN('#if !(defined(OS_LINUX) && defined(IS_CFI)) && !(defined(OS_MACOSX) && !defined(NDEBUG))');
TEST_F('SettingsUIInteractiveTest', 'All', function() { TEST_F('SettingsUIInteractiveTest', '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