Commit 8e13fba3 authored by sebsg's avatar sebsg Committed by Commit bot

The test is flaky.

BUG=646576

Review-Url: https://codereview.chromium.org/2330293003
Cr-Commit-Position: refs/heads/master@{#418543}
parent ec584eb1
...@@ -1172,8 +1172,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, ...@@ -1172,8 +1172,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
TryBasicFormFill(); TryBasicFormFill();
} }
// Flakily fails on ChromeOS (crbug.com/646576).
#if defined(OS_CHROMEOS)
#define MAYBE_DynamicFormFill DISABLED_DynamicFormFill
#else
#define MAYBE_DynamicFormFill DynamicFormFill
#endif
// Test that we can Autofill dynamically generated forms. // Test that we can Autofill dynamically generated forms.
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DynamicFormFill) { IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_DynamicFormFill) {
CreateTestProfile(); CreateTestProfile();
// Load the test page. // Load the test page.
......
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