Skip to content

Commit

Permalink
[M110] Disables TouchToFillCreditCardRenderTest on Nougat.
Browse files Browse the repository at this point in the history
(cherry picked from commit f0b0d3d)

Bug: 1404413
Change-Id: Ib1a2fabf99949659ced86308e77f8deb4f1a1e58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4131400
Owners-Override: Alex Mitra <alexmitra@chromium.org>
Reviewed-by: Alexander Hendrich <hendrich@chromium.org>
Commit-Queue: Alex Mitra <alexmitra@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1088185}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4145739
Reviewed-by: Friedrich Horschig <fhorschig@chromium.org>
Reviewed-by: Florian Leimgruber <fleimgruber@google.com>
Commit-Queue: Ivana Žužić <izuzic@google.com>
Cr-Commit-Position: refs/branch-heads/5481@{#173}
Cr-Branched-From: 130f3e4-refs/heads/main@{#1084008}
  • Loading branch information
AlexMitraChromium authored and Chromium LUCI CQ committed Jan 9, 2023
1 parent 7421915 commit bb08da7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import static org.chromium.content_public.browser.test.util.TestThreadUtils.runOnUiThreadBlocking;
import static org.chromium.ui.base.LocalizationUtils.setRtlForTesting;

import android.os.Build.VERSION_CODES;
import android.view.View;

import androidx.test.filters.MediumTest;
Expand All @@ -29,6 +30,7 @@
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.Batch;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.autofill.AutofillTestHelper;
import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
Expand All @@ -51,6 +53,7 @@
@RunWith(ParameterizedRunner.class)
@Batch(Batch.PER_CLASS)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
@DisableIf.Build(sdk_is_less_than = VERSION_CODES.O_MR1, message = "https://crbug.com/1404413")
public class TouchToFillCreditCardRenderTest {
@ParameterAnnotations.ClassParameter
private static List<ParameterSet> sClassParams =
Expand Down

0 comments on commit bb08da7

Please sign in to comment.