Commit d64c2630 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

🤠 Disable flaky AutofillPopupTest#testLoggingInitiatedElementFilled

TBR=rouslan@chromium.org
BUG=1108241

Change-Id: I2f7a02c87f28c17647a0e504d6888052544b0f58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319335Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792016}
parent b9316eeb
...@@ -303,6 +303,7 @@ public class AutofillPopupTest { ...@@ -303,6 +303,7 @@ public class AutofillPopupTest {
@MediumTest @MediumTest
@ParameterAnnotations.UseMethodParameter(FeatureParamProvider.class) @ParameterAnnotations.UseMethodParameter(FeatureParamProvider.class)
@Feature({"autofill"}) @Feature({"autofill"})
@DisabledTest(message = "https://crbug.com/1108241")
public void testLoggingInitiatedElementFilled(@EnabledFeature int enabledFeature) public void testLoggingInitiatedElementFilled(@EnabledFeature int enabledFeature)
throws TimeoutException { throws TimeoutException {
loadAndFillForm(INITIATING_ELEMENT_FILLED, "o", enabledFeature); loadAndFillForm(INITIATING_ELEMENT_FILLED, "o", enabledFeature);
......
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