Commit 9b1cb4c8 authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

[Sheriff] Disable SaveAsMHTML on all slow bots

TBR=benwells@chromium.org

Bug: 1017305
Change-Id: If6820dc2e87850a5f3965a8bef663e5a0ff0c531
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878908Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709038}
parent 4fcce6d7
...@@ -76,8 +76,8 @@ class PageCaptureSaveAsMHTMLDelegate ...@@ -76,8 +76,8 @@ class PageCaptureSaveAsMHTMLDelegate
#endif #endif
// TODO(crbug.com/961017): Fix memory leaks in tests and re-enable on LSAN. // TODO(crbug.com/961017): Fix memory leaks in tests and re-enable on LSAN.
// Also flaky-failing on Linux Tests (dbg): https://crbug.com/1017305 // Also flaky-failing on slow (debug) bots: https://crbug.com/1017305
#if defined(LEAK_SANITIZER) || (defined(OS_LINUX) && !defined(NDEBUG)) #if defined(LEAK_SANITIZER) || !defined(NDEBUG)
#define MAYBE_SaveAsMHTML DISABLED_SaveAsMHTML #define MAYBE_SaveAsMHTML DISABLED_SaveAsMHTML
#else #else
#define MAYBE_SaveAsMHTML SaveAsMHTML #define MAYBE_SaveAsMHTML SaveAsMHTML
......
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