Commit 137a3c7b authored by sergiyb's avatar sergiyb Committed by Commit bot

Disabled flaky RenderViewImplScaleFactorTest.GetCompositionCharacterBoundsTest

TBR=chongz@chromium.org, kinuko@chromium.org
BUG=582016

Review URL: https://codereview.chromium.org/1644643003

Cr-Commit-Position: refs/heads/master@{#372080}
parent 8497c472
......@@ -2652,7 +2652,8 @@ TEST_F(RenderViewImplScaleFactorTest, ConverViewportToWindowWithZoomForDSF) {
}
#if defined(OS_MACOSX) || defined(USE_AURA)
TEST_F(RenderViewImplScaleFactorTest, GetCompositionCharacterBoundsTest) {
TEST_F(RenderViewImplScaleFactorTest,
DISABLED_GetCompositionCharacterBoundsTest) { // http://crbug.com/582016
base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableUseZoomForDSF);
DoSetUp();
......
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