Commit 2419ed21 authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Disable CrSettingsSiteDetailsTest for all debug.

TBR=tommycli@chromium.org

Bug: 1021219
Change-Id: Id4f4666dd124017c707cdb10e7e401b8b1fefce5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896514Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712257}
parent d4c87d88
......@@ -1373,9 +1373,9 @@ CrSettingsSiteDetailsTest.prototype = {
]),
};
// Disabling on Windows debug due to flaky timeout on Win7 Tests (dbg)(1) bot.
// https://crbug.com/825304
GEN('#if defined(OS_WIN) && !defined(NDEBUG)');
// Disabling on debug due to flaky timeout on Win7 Tests (dbg)(1) bot.
// https://crbug.com/825304 - later for other platforms in crbug.com/1021219.
GEN('#if !defined(NDEBUG)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_All All');
......
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