Commit 01d95140 authored by Jesse McKenna's avatar Jesse McKenna Committed by Commit Bot

[sheriff] Disable...

[sheriff] Disable PasswordSaveUpdateWithAccountStoreViewTest.ShouldShowAccountPicker and ShouldSelectProfileStoreByDefault

TBR=mamir@chromium.org

Bug: 1054629
Change-Id: I82ca5e994cef840d881b88aed4056ba92dfa37b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067413Reviewed-by: default avatarJesse McKenna <jessemckenna@google.com>
Commit-Queue: Jesse McKenna <jessemckenna@google.com>
Cr-Commit-Position: refs/heads/master@{#743352}
parent 7148aa1d
......@@ -154,7 +154,9 @@ TEST_F(PasswordSaveUpdateWithAccountStoreViewTest, ShouldNotShowAccountPicker) {
EXPECT_FALSE(account_picker());
}
TEST_F(PasswordSaveUpdateWithAccountStoreViewTest, ShouldShowAccountPicker) {
// TODO(crbug.com/1054629): Flakily times out on all platforms.
TEST_F(PasswordSaveUpdateWithAccountStoreViewTest,
DISABLED_ShouldShowAccountPicker) {
ON_CALL(*feature_manager(), ShouldShowPasswordStorePicker)
.WillByDefault(Return(true));
CreateViewAndShow();
......@@ -181,8 +183,9 @@ TEST_F(PasswordSaveUpdateWithAccountStoreViewTest,
account_picker()->GetTextForRow(account_picker()->GetSelectedIndex()));
}
// TODO(crbug.com/1054629): Flakily times out on all platforms.
TEST_F(PasswordSaveUpdateWithAccountStoreViewTest,
ShouldSelectProfileStoreByDefault) {
DISABLED_ShouldSelectProfileStoreByDefault) {
ON_CALL(*feature_manager(), ShouldShowPasswordStorePicker)
.WillByDefault(Return(true));
ON_CALL(*feature_manager(), GetDefaultPasswordStore)
......
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