Commit 7e4d204c authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

Disable EnableSyncForNewAccountWithNoTab on Mac

TBR=bsazonov@chromium.org

Bug: 1014790
Change-Id: I249b7e9f2b49f9ec1b1108a0236178625fc3ce8f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891811Reviewed-by: default avatarAlice Boxhall <aboxhall@chromium.org>
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711058}
parent 44860beb
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "base/test/metrics/histogram_tester.h" #include "base/test/metrics/histogram_tester.h"
#include "base/test/metrics/user_action_tester.h" #include "base/test/metrics/user_action_tester.h"
#include "base/test/task_environment.h" #include "base/test/task_environment.h"
#include "build/build_config.h"
#include "build/buildflag.h" #include "build/buildflag.h"
#include "chrome/browser/profiles/profile_attributes_storage.h" #include "chrome/browser/profiles/profile_attributes_storage.h"
#include "chrome/browser/signin/identity_manager_factory.h" #include "chrome/browser/signin/identity_manager_factory.h"
...@@ -382,7 +383,14 @@ TEST_F(DiceSigninUiUtilTest, EnableSyncWithAccountThatNeedsReauth) { ...@@ -382,7 +383,14 @@ TEST_F(DiceSigninUiUtilTest, EnableSyncWithAccountThatNeedsReauth) {
} }
} }
TEST_F(DiceSigninUiUtilTest, EnableSyncForNewAccountWithNoTab) { // TODO(https://crbug.com/1014790): This test is timing out on Mac 10.12
#if defined(OS_MACOSX)
#define MAYBE_EnableSyncForNewAccountWithNoTab \
DISABLED_EnableSyncForNewAccountWithNoTab
#else
#define MAYBE_EnableSyncForNewAccountWithNoTab EnableSyncForNewAccountWithNoTab
#endif
TEST_F(DiceSigninUiUtilTest, MAYBE_EnableSyncForNewAccountWithNoTab) {
base::HistogramTester histogram_tester; base::HistogramTester histogram_tester;
base::UserActionTester user_action_tester; base::UserActionTester user_action_tester;
......
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