Commit 68de2da8 authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

[Flaky tests] Disable MaterialHistoryListTest.All on Windows

TBR=rbpotter@chromium.org

Bug: 881685
Change-Id: I26cf5783d26d7dfadd53b1db890b09d14fb09a7e
Reviewed-on: https://chromium-review.googlesource.com/1216625
Commit-Queue: Gabriel Charette <gab@chromium.org>
Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590000}
parent e711d89c
...@@ -100,6 +100,9 @@ MaterialHistoryListTest.prototype = { ...@@ -100,6 +100,9 @@ MaterialHistoryListTest.prototype = {
// to load in a Debug build. See https://crbug.com/669227. // to load in a Debug build. See https://crbug.com/669227.
GEN('#if !defined(NDEBUG) || defined(OS_MACOSX) || defined(OS_CHROMEOS)'); GEN('#if !defined(NDEBUG) || defined(OS_MACOSX) || defined(OS_CHROMEOS)');
GEN('#define MAYBE_All DISABLED_All'); GEN('#define MAYBE_All DISABLED_All');
// Flakes on OS_WIN: https://crbug.com/881685
GEN('#elif defined(OS_WIN)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else'); GEN('#else');
GEN('#define MAYBE_All All'); GEN('#define MAYBE_All All');
GEN('#endif'); GEN('#endif');
......
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