summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 02:32:26 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 02:32:26 +0000
commit94f50a7f4e8e09543d4868d2111617742befa1c0 (patch)
tree176d0e311339347270ee625365aed1ac842ee923 /chrome
parentbf865be012756cf94ab7f54595efeeed7fc06c8b (diff)
downloadchromium_src-94f50a7f4e8e09543d4868d2111617742befa1c0.zip
chromium_src-94f50a7f4e8e09543d4868d2111617742befa1c0.tar.gz
chromium_src-94f50a7f4e8e09543d4868d2111617742befa1c0.tar.bz2
Annotating a couple of failing extensions sync integration tests as FAILS
The following extensions tests fail 100% of the time on all platforms: InstallDifferentExtensions and StartWithDifferentExtensions. Marking them as FAILS. TBR=akalin@chromium.org BUG=66925 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/5864001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/live_sync/two_client_live_extensions_sync_test.cc6
1 files changed, 4 insertions, 2 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 6339915..d8b6af2 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,8 +44,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier());
}
+// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed.
IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
- StartWithDifferentExtensions) {
+ FAILS_StartWithDifferentExtensions) {
ASSERT_TRUE(SetupClients());
int i = 0;
@@ -79,8 +80,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier());
}
+// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed.
IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
- InstallDifferentExtensions) {
+ FAILS_InstallDifferentExtensions) {
ASSERT_TRUE(SetupClients());
int i = 0;