Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1414)

Unified Diff: chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc

Issue 2777853002: Disable flaky SitePerProcessTextInputManagerTest.TrackPageFocusEditableElement (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
index ca68e55eb9932f62a5ca66d68758bb82ca4d408d..a6e63c19e82e9e31a8fc5cc69b87e294b18e0160 100644
--- a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
+++ b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
@@ -66,8 +66,9 @@ IN_PROC_BROWSER_TEST_F(PaymentRequestCanMakePaymentQueryTest,
// Visa is required, and user doesn't have a visa instrument and the user is in
// incognito mode.
+// Test is flaky. crbug.com/705271
IN_PROC_BROWSER_TEST_F(PaymentRequestCanMakePaymentQueryTest,
- CanMakePayment_NotSupported_Incognito) {
+ DISABLED_CanMakePayment_NotSupported_Incognito) {
SetIncognitoForTesting();
const autofill::CreditCard card = autofill::test::GetCreditCard2(); // Amex.
« no previous file with comments | « chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698