summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 03:03:29 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 03:03:29 +0000
commit25c9149e30cca90d4005ed7105282c9fcc39b7bb (patch)
tree6cde3fe17b1d6465f8437cc03336abda5130fc52 /chrome
parent3f1f841392663dfb331150218908e3c159be1286 (diff)
downloadchromium_src-25c9149e30cca90d4005ed7105282c9fcc39b7bb.zip
chromium_src-25c9149e30cca90d4005ed7105282c9fcc39b7bb.tar.gz
chromium_src-25c9149e30cca90d4005ed7105282c9fcc39b7bb.tar.bz2
Disable crashing extensions sync tests
A couple of extensions sync tests were crashing due to a DCHECK, and were marked as FAILS. Disabling them, since the crashes causes sync runs to go red. TBR=akalin@chromium.org BUG=70028 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6265011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/live_sync/single_client_live_extensions_sync_test.cc2
-rw-r--r--chrome/test/live_sync/two_client_live_extensions_sync_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/live_sync/single_client_live_extensions_sync_test.cc b/chrome/test/live_sync/single_client_live_extensions_sync_test.cc
index 27c9f87..512337f 100644
--- a/chrome/test/live_sync/single_client_live_extensions_sync_test.cc
+++ b/chrome/test/live_sync/single_client_live_extensions_sync_test.cc
@@ -28,7 +28,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientLiveExtensionsSyncTest,
// TODO(rsimha): Enable after http://crbug.com/70028 is fixed.
IN_PROC_BROWSER_TEST_F(SingleClientLiveExtensionsSyncTest,
- FAILS_StartWithSomeExtensions) {
+ DISABLED_StartWithSomeExtensions) {
ASSERT_TRUE(SetupClients());
const int kNumExtensions = 5;
diff --git a/chrome/test/live_sync/two_client_live_extensions_sync_test.cc b/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
index 15e774f..d726f01 100644
--- a/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
+++ b/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
@@ -28,7 +28,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
// TODO(rsimha): Enable after http://crbug.com/70028 is fixed.
IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
- FAILS_StartWithSameExtensions) {
+ DISABLED_StartWithSameExtensions) {
ASSERT_TRUE(SetupClients());
const int kNumExtensions = 5;