Commit c1aad7de authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Sheriff: Disable Flaky PaymentAppBrowserTest tests.

TBR=rouslan@chromium.org

Bug: 1129411
Change-Id: Id6a68f092f692b2a4485e100d741f7bc6a997192
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425190Reviewed-by: default avatarDarwin Huang <huangdarwin@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809663}
parent 5080f072
...@@ -295,8 +295,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest, MAYBE_AbortPayment) { ...@@ -295,8 +295,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest, MAYBE_AbortPayment) {
ClearStoragePartitionData(); ClearStoragePartitionData();
} }
// TODO(crbug.com/869790) Flakes on linux-chromeos-dbg // TODO(https://crbug.com/1129411) Fix flake on all desktop platforms.
#if defined(OS_CHROMEOS) && !defined(NDEBUG) #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MAC) || \
defined(OS_WIN)
#define MAYBE_CanMakePayment DISABLED_CanMakePayment #define MAYBE_CanMakePayment DISABLED_CanMakePayment
#else #else
#define MAYBE_CanMakePayment CanMakePayment #define MAYBE_CanMakePayment CanMakePayment
...@@ -351,8 +352,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest, ...@@ -351,8 +352,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest,
ClearStoragePartitionData(); ClearStoragePartitionData();
} }
// TODO(crbug.com/869790) Flakes on linux-chromeos-dbg // TODO(https://crbug.com/1129411) Fix flake on all desktop platforms.
#if defined(OS_CHROMEOS) && !defined(NDEBUG) #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MAC) || \
defined(OS_WIN)
#define MAYBE_PaymentAppInvocation DISABLED_PaymentAppInvocation #define MAYBE_PaymentAppInvocation DISABLED_PaymentAppInvocation
#else #else
#define MAYBE_PaymentAppInvocation PaymentAppInvocation #define MAYBE_PaymentAppInvocation PaymentAppInvocation
...@@ -393,8 +395,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest, MAYBE_PaymentAppInvocation) { ...@@ -393,8 +395,9 @@ IN_PROC_BROWSER_TEST_F(PaymentAppBrowserTest, MAYBE_PaymentAppInvocation) {
PopConsoleString() /* instrumentKey */); PopConsoleString() /* instrumentKey */);
} }
// TODO(crbug.com/869790) Flakes on linux-chromeos-dbg // TODO(https://crbug.com/1129411) Fix flake on all desktop platforms.
#if defined(OS_CHROMEOS) && !defined(NDEBUG) #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MAC) || \
defined(OS_WIN)
#define MAYBE_PaymentAppOpenWindowFailed DISABLED_PaymentAppOpenWindowFailed #define MAYBE_PaymentAppOpenWindowFailed DISABLED_PaymentAppOpenWindowFailed
#else #else
#define MAYBE_PaymentAppOpenWindowFailed PaymentAppOpenWindowFailed #define MAYBE_PaymentAppOpenWindowFailed PaymentAppOpenWindowFailed
......
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