| Index: chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| index 25e2fa5f4dd9caabb074ade08aeae3d150c070f0..801792816dcf4007c6bc1b62b793ae1c30900d83 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| @@ -163,7 +163,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, MAYBE_AddExpiredThenUpdate) {
|
| }
|
|
|
| // TCM: 3705291
|
| -IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, E2E_ENABLED(AddThenDelete)) {
|
| +// Disable as an E2E_Test: crbug.com/559250
|
| +IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, AddThenDelete) {
|
| // Use a randomized URL to prevent test collisions.
|
| const base::string16 kHistoryUrl = ASCIIToUTF16(base::StringPrintf(
|
| "http://www.add-history.google.com/%s", base::GenerateGUID().c_str()));
|
|
|