diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 23:55:24 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 23:55:24 +0000 |
commit | abd3ec790b62baf056ceb2ef97d8c512fd3862a8 (patch) | |
tree | 5f3c5d356e8833fd02cc4271669668592931b548 /chrome | |
parent | cddaf7913b73fbf9fde9d22f09f71d3758c47f52 (diff) | |
download | chromium_src-abd3ec790b62baf056ceb2ef97d8c512fd3862a8.zip chromium_src-abd3ec790b62baf056ceb2ef97d8c512fd3862a8.tar.gz chromium_src-abd3ec790b62baf056ceb2ef97d8c512fd3862a8.tar.bz2 |
Marking crashing tests as DISABLED instead of FAILS
A couple of crashing extensions tests are causing integration test runs
to show a red status. Disabling tests so that they aren't run.
TBR=akalin@chromium.org
BUG=66925
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/5967005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/live_sync/two_client_live_extensions_sync_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
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 d8b6af2..9c2a669 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 @@ -44,9 +44,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest, ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier()); } -// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed. +// TODO(rsimha): Remove DISABLED_ prefix after http://crbug.com/66925 is fixed. IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest, - FAILS_StartWithDifferentExtensions) { + DISABLED_StartWithDifferentExtensions) { ASSERT_TRUE(SetupClients()); int i = 0; @@ -80,9 +80,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest, ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier()); } -// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed. +// TODO(rsimha): Remove DISABLED_ prefix after http://crbug.com/66925 is fixed. IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest, - FAILS_InstallDifferentExtensions) { + DISABLED_InstallDifferentExtensions) { ASSERT_TRUE(SetupClients()); int i = 0; |