🤠Disable flaky payment chrome_public_test_apk on Marshmallow.
The following tests were flaky on Marshmallow the last ~10 build: org.chromium.chrome.browser.payments ├──ExpandablePaymentHandlerChangePaymentMethodTest │ ├──testDetails │ ├──testDetailsBasicCard │ ├──testReject │ └──testThrow ├──ExpandablePaymentHandlerChangePaymentMethodTest │ └──testThrowBasicCard ├──ExpandablePaymentHandlerTest │ ├──testNavigateBackWithSystemBackButton │ ├──testSecureConnectionShowUi__CERT_AUTO │ ├──testSecureConnectionShowUi__CERT_COMMON_NAME_IS_DOMAIN │ └──testSecureConnectionShowUi__CERT_OK_BY_INTERMEDIATE ├──PaymentHandlerChangePaymentMethodTest │ ├──testDetails │ ├──testDetailsBasicCard │ ├──testNoEventHandlerBasicCard │ ├──testReject │ ├──testRejectBasicCard │ └──testThrow ├──PaymentHandlerEnableDelegationsTest │ ├──testPartialDelegationContactInfoNotSupported │ ├──testShippingAndContactInfoDelegation │ └──testShippingDelegation ├──PaymentRequestPaymentMethodIdentifierTest │ └──testAddMasterCard └──PaymentRequestRemoveBillingAddressTest └──testPayWithCard TBR=rouslan@chromium.org Bug: 1102320 Change-Id: I182afa734c763abb5d377c5fde8a2510e85b6794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283162Reviewed-by:Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#785335}
Showing
Please register or sign in to comment