Commit 8f5014d3 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

[sheriff] Disable LoginUserTest.UserPassed test as flaky

https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome
https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/3306

TBR=rsorokin@chromium.org

Bug: 1052603
Change-Id: I7a6c3542fac98c27814f016a3b65ddefac3d42bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063171Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742570}
parent 4db5a3ec
...@@ -123,7 +123,8 @@ void TestSystemTrayIsVisible(bool otr) { ...@@ -123,7 +123,8 @@ void TestSystemTrayIsVisible(bool otr) {
// After a chrome crash, the session manager will restart chrome with // After a chrome crash, the session manager will restart chrome with
// the -login-user flag indicating that the user is already logged in. // the -login-user flag indicating that the user is already logged in.
// This profile should NOT be an OTR profile. // This profile should NOT be an OTR profile.
IN_PROC_BROWSER_TEST_F(LoginUserTest, UserPassed) { // Test is flaky: https://crbug.com/1052603
IN_PROC_BROWSER_TEST_F(LoginUserTest, DISABLED_UserPassed) {
Profile* profile = browser()->profile(); Profile* profile = browser()->profile();
std::string profile_base_path("hash"); std::string profile_base_path("hash");
profile_base_path.insert(0, chrome::kProfileDirPrefix); profile_base_path.insert(0, chrome::kProfileDirPrefix);
......
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