Commit 6f955f9d authored by Pavel Yatsuk's avatar Pavel Yatsuk Committed by Chromium LUCI CQ

[Sheriff] Disable AutofillAssistantTriggerScriptIntegrationTest on M

The test fails on Marshmallow Tablet Tester:
https://ci.chromium.org/ui/p/chromium/builders/ci/Marshmallow%20Tablet%20Tester/14859/overview

BUG=1158435
TBR=arbesser@chromium.org

Change-Id: I124226263188ee3b2d389780dec0fd83dff0d951
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593181Reviewed-by: default avatarPavel Yatsuk <pavely@chromium.org>
Commit-Queue: Pavel Yatsuk <pavely@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837242}
parent 977bb671
...@@ -541,8 +541,9 @@ public class AutofillAssistantTriggerScriptIntegrationTest { ...@@ -541,8 +541,9 @@ public class AutofillAssistantTriggerScriptIntegrationTest {
@Test @Test
@MediumTest @MediumTest
@Features.EnableFeatures(ChromeFeatureList.AUTOFILL_ASSISTANT_PROACTIVE_HELP) @Features.EnableFeatures(ChromeFeatureList.AUTOFILL_ASSISTANT_PROACTIVE_HELP)
@DisableIf.Build(message = "Fails on Lollipop Tablet Tester, see https://crbug.com/1158435", @DisableIf.
sdk_is_less_than = VERSION_CODES.M) Build(message = "Fails on Lollipop and Marshmallow Tablet Tester, https://crbug.com/1158435",
sdk_is_less_than = VERSION_CODES.N)
public void switchToNewTabAndThenBack() { public void switchToNewTabAndThenBack() {
TriggerScriptProto.Builder triggerScript = TriggerScriptProto.Builder triggerScript =
TriggerScriptProto TriggerScriptProto
......
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