Exclude perf tests in interactive_ui_tests in sanitizer builds
A lot of performance tests have been disabled but most of the cases they're flaky only on asan/lsan/msan bots, and that is natural because the performance is worse due to additional sanitizing. Also those performance numbers won't be helpful anyways. Considering that, it would be better to simply exclude them from sanitizer builds. This CL does not re-enable disabled tests. I'll do that after this CL is landed, one-by-one, so that we can handle the problem separately in case of unexpected failures on dbg/rel bots. Bug: 1057868 Test: build interactive_ui_tests on asan flag Change-Id: I69c22ab575d95d2ba500556ae81ab603fde44b2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099328Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#749747}
Showing
Please register or sign in to comment