Commit e7bcfaf3 authored by lukasza's avatar lukasza Committed by Commit bot

Disable flaky AutofillInteractiveTest.AutofillAfterReload on ChromeOS.

BUG=708861
TBR=sebsg@chromium.org

Review-Url: https://codereview.chromium.org/2806693003
Cr-Commit-Position: refs/heads/master@{#462922}
parent 5ec73502
......@@ -1275,8 +1275,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_DynamicFormFill) {
TryBasicFormFill();
}
// https://crbug.com/708861 tracks test flakiness.
#if defined(OS_CHROMEOS)
#define MAYBE_AutofillAfterReload DISABLED_AutofillAfterReload
#else
#define MAYBE_AutofillAfterReload AutofillAfterReload
#endif
// Test that form filling works after reloading the current page.
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, AutofillAfterReload) {
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillAfterReload) {
CreateTestProfile();
// 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