| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index d44763a115d4e5ffb42a2d48bc45a6132049de18..739e4283ba61527a223ccc7f2a4e02353a3b9aa9 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -2153,14 +2153,8 @@ IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, TermsOfServiceWithLocaleSwitch) {
|
| .id());
|
| }
|
|
|
| -// Test fails under MSan, http://crbug.com/446950
|
| -#if defined(MEMORY_SANITIZER)
|
| -#define MAYBE_PolicyForExtensions DISABLED_PolicyForExtensions
|
| -#else
|
| -#define MAYBE_PolicyForExtensions PolicyForExtensions
|
| -#endif
|
| -
|
| -IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, MAYBE_PolicyForExtensions) {
|
| +// Test fails under MSan and is flaky on regular bots: http://crbug.com/446950
|
| +IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, DISABLED_PolicyForExtensions) {
|
| // Set up a test update server for the Show Managed Storage app.
|
| ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
|
| TestingUpdateManifestProvider testing_update_manifest_provider(
|
|
|