Commit edef3b1e authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Chromium LUCI CQ

Disable flaky AutofillAccessibilityTest.TestAutofillState.

TBR=tmartino@chromium.org

Bug: 1162484
Change-Id: Iae3fdd0f8242f9148ea14ebd8c483da456b144e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612967Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840579}
parent 9bdf89ef
......@@ -647,7 +647,8 @@ class AutofillAccessibilityTest : public AutofillTest {
};
// Test that autofill available state is correctly set on accessibility node.
IN_PROC_BROWSER_TEST_F(AutofillAccessibilityTest, TestAutofillState) {
// crbug.com/1162484
IN_PROC_BROWSER_TEST_F(AutofillAccessibilityTest, DISABLED_TestAutofillState) {
content::BrowserAccessibilityState::GetInstance()->EnableAccessibility();
// Navigate to url.
......
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