Commit ceeb83d8 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky ContentPasswordManagerDriverTest.NotInformAboutBlacklistedForm

TBR=dvadym@chromium.org

Bug: 1011192
Change-Id: If41454368e54755056d36ff2bf258b8a1decd2dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839275Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702697}
parent d0e722ab
...@@ -228,7 +228,8 @@ TEST_F(ContentPasswordManagerDriverTest, ClearPasswordsOnAutofill) { ...@@ -228,7 +228,8 @@ TEST_F(ContentPasswordManagerDriverTest, ClearPasswordsOnAutofill) {
base::RunLoop().RunUntilIdle(); base::RunLoop().RunUntilIdle();
} }
TEST_F(ContentPasswordManagerDriverTest, NotInformAboutBlacklistedForm) { TEST_F(ContentPasswordManagerDriverTest,
DISABLED_NotInformAboutBlacklistedForm) {
std::unique_ptr<ContentPasswordManagerDriver> driver( std::unique_ptr<ContentPasswordManagerDriver> driver(
new ContentPasswordManagerDriver(main_rfh(), &password_manager_client_, new ContentPasswordManagerDriver(main_rfh(), &password_manager_client_,
&autofill_client_)); &autofill_client_));
......
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