Skip to content

Commit

Permalink
Disable flaky Cart tests on Chromeos.
Browse files Browse the repository at this point in the history
Bug: 1257964
Change-Id: Iebd00b1cbdb3c5adcc0abd29281822917b0e803a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3216065
Reviewed-by: Nic Hollingum <hollingum@google.com>
Reviewed-by: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Owners-Override: Nic Hollingum <hollingum@google.com>
Auto-Submit: Nic Hollingum <hollingum@google.com>
Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#930017}
  • Loading branch information
Nicholas Hollingum authored and Chromium LUCI CQ committed Oct 11, 2021
1 parent bce2360 commit 3ae4235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/renderer/cart/commerce_hint_agent_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ class CommerceHintTimeoutTest : public CommerceHintAgentTest {
base::test::ScopedFeatureList scoped_feature_list_;
};

// Flaky on Linux: https://crbug.com/1257964.
#if defined(OS_LINUX)
// Flaky on Linux and ChromeOS: https://crbug.com/1257964.
#if defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_ExtractCart DISABLED_ExtractCart
#else
#define MAYBE_ExtractCart ExtractCart
Expand Down

0 comments on commit 3ae4235

Please sign in to comment.