Commit 8aa28597 authored by sebsg's avatar sebsg Committed by Commit Bot

Disable flaky DynamicChangingFormFill interactive ui test on CrOS.

Bug: 827797
Change-Id: Ib5e0e272844961704d1565293e4401bec8c1077c
Tbr: mathp@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/993693Reviewed-by: default avatarSebastien Seguin-Gagnon <sebsg@chromium.org>
Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547822}
parent 18091af3
......@@ -1960,7 +1960,14 @@ class DynamicFormInteractiveTest : public AutofillInteractiveTest {
};
// Test that we can Autofill dynamically generated forms.
IN_PROC_BROWSER_TEST_F(DynamicFormInteractiveTest, DynamicChangingFormFill) {
// Flakily times out on ChromeOS http://crbug.com/827797
#if defined(OS_CHROMEOS)
#define MAYBE_DynamicChangingFormFill DISABLED_DynamicChangingFormFill
#else
#define MAYBE_DynamicChangingFormFill DynamicChangingFormFill
#endif
IN_PROC_BROWSER_TEST_F(DynamicFormInteractiveTest,
MAYBE_DynamicChangingFormFill) {
// Setup that the test expects a re-fill to happen.
test_delegate()->SetIsExpectingDynamicRefill(true);
......
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