Commit 6ce760be authored by kaiwang@chromium.org's avatar kaiwang@chromium.org

Disable flaky test: ProfileBrowserTest.CreateNewProfileSynchronous

BUG=141141
TBR=caitkp
Review URL: https://chromiumcodereview.appspot.com/10828197

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150367 0039d316-1c4b-4281-b951-d872f2087c98
parent cef73b79
...@@ -56,7 +56,10 @@ typedef InProcessBrowserTest ProfileBrowserTest; ...@@ -56,7 +56,10 @@ typedef InProcessBrowserTest ProfileBrowserTest;
// Test OnProfileCreate is called with is_new_profile set to true when // Test OnProfileCreate is called with is_new_profile set to true when
// creating a new profile synchronously. // creating a new profile synchronously.
IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, CreateNewProfileSynchronous) { //
// Flaky (sometimes timeout): http://crbug.com/141141
IN_PROC_BROWSER_TEST_F(ProfileBrowserTest,
DISABLED_CreateNewProfileSynchronous) {
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