Commit 1a90b35b authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Mark FontFaceCacheTest.MatchCombinations as flaky.

BUG=871812
TBR=rjwright@chromium.org

Change-Id: I64dc5078e3f92c18fb95b7eec1e664798bd18d26
Reviewed-on: https://chromium-review.googlesource.com/1165315Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581257}
parent c4ec6e69
...@@ -222,7 +222,8 @@ FontSelectionRange ExpectedRangeForChoice( ...@@ -222,7 +222,8 @@ FontSelectionRange ExpectedRangeForChoice(
} }
} }
TEST_F(FontFaceCacheTest, MatchCombinations) { // Flaky; https://crbug.com/871812
TEST_F(FontFaceCacheTest, FLAKY_MatchCombinations) {
CSSValue* widths[] = {CSSIdentifierValue::Create(CSSValueCondensed), CSSValue* widths[] = {CSSIdentifierValue::Create(CSSValueCondensed),
CSSIdentifierValue::Create(CSSValueExpanded)}; CSSIdentifierValue::Create(CSSValueExpanded)};
CSSValue* slopes[] = {CSSIdentifierValue::Create(CSSValueNormal), CSSValue* slopes[] = {CSSIdentifierValue::Create(CSSValueNormal),
......
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