Commit 202ea58e authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

🤠 Disable failing ManualFillingUiCapture Test on Lollipop.

Those 4 tests are consistently failing on Lollipop:
org.chromium.chrome.browser.keyboard_accessory.ManualFillingUiCaptureTest
  #testCaptureKeyboardAccessoryV2WithPasswords
  #testCaptureKeyboardAccessoryV2WithPasswordsRTL
  #testCaptureKeyboardAccessoryWithPasswords
  #testCaptureKeyboardAccessoryWithPasswordsRTL

TBR=fhorschig@chromium.org

Bug: 1095672
Change-Id: I4017cc75b4dec74fe91ac7df4bb4ad0aab209c99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352915Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797620}
parent d77ac91b
...@@ -66,9 +66,9 @@ public class ManualFillingUiCaptureTest { ...@@ -66,9 +66,9 @@ public class ManualFillingUiCaptureTest {
@MediumTest @MediumTest
@DisableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY) @DisableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY)
@Feature({"KeyboardAccessory", "LTR", "UiCatalogue"}) @Feature({"KeyboardAccessory", "LTR", "UiCatalogue"})
@DisableIf. @DisableIf.Build(sdk_is_greater_than = VERSION_CODES.KITKAT, sdk_is_less_than = VERSION_CODES.N,
Build(sdk_is_greater_than = VERSION_CODES.LOLLIPOP_MR1, sdk_is_less_than = VERSION_CODES.N, message =
message = "Flaky on Marshmallow https://crbug.com/1102302") "Flaky on Marshmallow https://crbug.com/1102302, Failing on Lollipop https://crbug.com/1095672")
public void public void
testCaptureKeyboardAccessoryWithPasswords() throws InterruptedException, TimeoutException { testCaptureKeyboardAccessoryWithPasswords() throws InterruptedException, TimeoutException {
mHelper.loadTestPage(false); mHelper.loadTestPage(false);
...@@ -96,9 +96,9 @@ public class ManualFillingUiCaptureTest { ...@@ -96,9 +96,9 @@ public class ManualFillingUiCaptureTest {
@MediumTest @MediumTest
@DisableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY) @DisableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY)
@Feature({"KeyboardAccessory", "RTL", "UiCatalogue"}) @Feature({"KeyboardAccessory", "RTL", "UiCatalogue"})
@DisableIf. @DisableIf.Build(sdk_is_greater_than = VERSION_CODES.KITKAT, sdk_is_less_than = VERSION_CODES.N,
Build(sdk_is_greater_than = VERSION_CODES.LOLLIPOP_MR1, sdk_is_less_than = VERSION_CODES.N, message =
message = "Flaky on Marshmallow https://crbug.com/1102302") "Flaky on Marshmallow https://crbug.com/1102302, Failing on Lollipop https://crbug.com/1095672")
public void public void
testCaptureKeyboardAccessoryWithPasswordsRTL() throws InterruptedException, TimeoutException { testCaptureKeyboardAccessoryWithPasswordsRTL() throws InterruptedException, TimeoutException {
mHelper.loadTestPage(true); mHelper.loadTestPage(true);
...@@ -125,9 +125,9 @@ public class ManualFillingUiCaptureTest { ...@@ -125,9 +125,9 @@ public class ManualFillingUiCaptureTest {
@MediumTest @MediumTest
@EnableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY) @EnableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY)
@Feature({"KeyboardAccessoryModern", "LTR", "UiCatalogue"}) @Feature({"KeyboardAccessoryModern", "LTR", "UiCatalogue"})
@DisableIf. @DisableIf.Build(sdk_is_greater_than = VERSION_CODES.KITKAT, sdk_is_less_than = VERSION_CODES.N,
Build(sdk_is_greater_than = VERSION_CODES.LOLLIPOP_MR1, sdk_is_less_than = VERSION_CODES.N, message =
message = "Flaky on Marshmallow https://crbug.com/1102302") "Flaky on Marshmallow https://crbug.com/1102302, Failing on Lollipop https://crbug.com/1095672")
public void public void
testCaptureKeyboardAccessoryV2WithPasswords() throws InterruptedException, TimeoutException { testCaptureKeyboardAccessoryV2WithPasswords() throws InterruptedException, TimeoutException {
mHelper.loadTestPage(false); mHelper.loadTestPage(false);
...@@ -158,9 +158,9 @@ public class ManualFillingUiCaptureTest { ...@@ -158,9 +158,9 @@ public class ManualFillingUiCaptureTest {
@MediumTest @MediumTest
@EnableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY) @EnableFeatures(ChromeFeatureList.AUTOFILL_KEYBOARD_ACCESSORY)
@Feature({"KeyboardAccessoryModern", "RTL", "UiCatalogue"}) @Feature({"KeyboardAccessoryModern", "RTL", "UiCatalogue"})
@DisableIf. @DisableIf.Build(sdk_is_greater_than = VERSION_CODES.KITKAT, sdk_is_less_than = VERSION_CODES.N,
Build(sdk_is_greater_than = VERSION_CODES.LOLLIPOP_MR1, sdk_is_less_than = VERSION_CODES.N, message =
message = "Flaky on Marshmallow https://crbug.com/1102302") "Flaky on Marshmallow https://crbug.com/1102302, Failing on Lollipop https://crbug.com/1095672")
public void public void
testCaptureKeyboardAccessoryV2WithPasswordsRTL() throws InterruptedException, TimeoutException { testCaptureKeyboardAccessoryV2WithPasswordsRTL() throws InterruptedException, TimeoutException {
mHelper.loadTestPage(true); mHelper.loadTestPage(true);
......
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