Commit 71f9dfb0 authored by kaiwang@chromium.org's avatar kaiwang@chromium.org

Disable flaky test: ProfileReadmeCreated

BUG=140882
TBR=ivankr
Review URL: https://chromiumcodereview.appspot.com/10829196

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150132 0039d316-1c4b-4281-b951-d872f2087c98
parent e9629d77
...@@ -128,7 +128,7 @@ IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, CreateOldProfileAsynchronous) { ...@@ -128,7 +128,7 @@ IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, CreateOldProfileAsynchronous) {
} }
// Test that a README file is created for profiles that didn't have it. // Test that a README file is created for profiles that didn't have it.
IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, ProfileReadmeCreated) { IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, DISABLED_ProfileReadmeCreated) {
ScopedTempDir temp_dir; ScopedTempDir temp_dir;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
......
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