Commit c04acdce authored by Kinuko Yasuda's avatar Kinuko Yasuda Committed by Commit Bot

Disable AutofillInteractiveIsolationTest.SimpleCrossSiteFill on ChromeOS

All/AutofillInteractiveIsolationTest.SimpleCrossSiteFill/1 is flaky.
I wasn't able to find a good culprit, so let me disable this so
that owners can figure out.

TBR=estade@chromium.org

Bug: 843935
Change-Id: I3e135fdd51b3b31cfb0fe4af4a031d62984377da
No-Try: True
Reviewed-on: https://chromium-review.googlesource.com/1063418Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559474}
parent baac084e
...@@ -1807,7 +1807,15 @@ class AutofillInteractiveIsolationTest ...@@ -1807,7 +1807,15 @@ class AutofillInteractiveIsolationTest
} }
}; };
IN_PROC_BROWSER_TEST_P(AutofillInteractiveIsolationTest, SimpleCrossSiteFill) { // https://crbug.com/843935: Super flaky on ChromeOS.
#if defined(OS_CHROMEOS)
#define MAYBE_SimpleCrossSiteFill DISABLED_SimpleCrossSiteFill
#else
#define MAYBE_SimpleCrossSiteFill SimpleCrossSiteFill
#endif
IN_PROC_BROWSER_TEST_P(AutofillInteractiveIsolationTest,
MAYBE_SimpleCrossSiteFill) {
CreateTestProfile(); CreateTestProfile();
// Main frame is on a.com, iframe is on b.com. // Main frame is on a.com, iframe is on b.com.
......
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