Commit 877606c9 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Fix flakiness in ProfileProviderTest by shutting down LoginState

Bug: 939160
Change-Id: Ib7dd41dc550ffa712720cc633aa7585e4f4d6d79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506451Reviewed-by: default avatarGabriel Marin <gmx@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638404}
parent 6cf760c7
......@@ -140,6 +140,7 @@ class ProfileProviderTest : public testing::Test {
void TearDown() override {
profile_provider_.reset();
chromeos::PowerManagerClient::Shutdown();
chromeos::LoginState::Shutdown();
}
protected:
......
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