| Index: components/signin/core/browser/account_info_unittest.cc
|
| diff --git a/components/signin/core/browser/account_info_unittest.cc b/components/signin/core/browser/account_info_unittest.cc
|
| index 2d9928d798f35856c5d263a55bc96da8a64e449f..663ad4efecf56016229fca045576bb6add72cce2 100644
|
| --- a/components/signin/core/browser/account_info_unittest.cc
|
| +++ b/components/signin/core/browser/account_info_unittest.cc
|
| @@ -57,13 +57,7 @@ TEST_F(AccountInfoTest, UpdateWithNoModification) {
|
| }
|
|
|
| // Tests that UpdateWith() correctly updates its fields that were not set.
|
| -// Fails under MSan. crbug.com/577333
|
| -#if defined(MEMORY_SANITIZER)
|
| -#define MAYBE_UpdateWithSuccessfulUpdate DISABLED_UpdateWithSuccessfulUpdate
|
| -#else
|
| -#define MAYBE_UpdateWithSuccessfulUpdate UpdateWithSuccessfulUpdate
|
| -#endif
|
| -TEST_F(AccountInfoTest, MAYBE_UpdateWithSuccessfulUpdate) {
|
| +TEST_F(AccountInfoTest, UpdateWithSuccessfulUpdate) {
|
| AccountInfo info;
|
| info.account_id = info.gaia = info.email = "test_id";
|
|
|
|
|