Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: chrome/browser/signin/signin_error_notifier_ash_unittest.cc

Issue 281513002: Disable SigninErrorNotifierTest.AuthStatusProviderErrorTransition on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_error_notifier_ash_unittest.cc
diff --git a/chrome/browser/signin/signin_error_notifier_ash_unittest.cc b/chrome/browser/signin/signin_error_notifier_ash_unittest.cc
index 3d7622b3ce905be59387e9bc7e8435e45464e5fe..5f22a9b1f61f5aa6bd6ac980e0b4c2e05a6712e3 100644
--- a/chrome/browser/signin/signin_error_notifier_ash_unittest.cc
+++ b/chrome/browser/signin/signin_error_notifier_ash_unittest.cc
@@ -144,7 +144,15 @@ TEST_F(SigninErrorNotifierTest, ErrorAuthStatusProvider) {
}
#endif
-TEST_F(SigninErrorNotifierTest, AuthStatusProviderErrorTransition) {
+#if defined(OS_WIN)
+// Test started crashing on Win 7. http://crbug.com/372277
+#define MAYBE_AuthStatusProviderErrorTransition \
+ DISABLED_AuthStatusProviderErrorTransition
+#else
+#define MAYBE_AuthStatusProviderErrorTransition \
+ AuthStatusProviderErrorTransition
+#endif
+TEST_F(SigninErrorNotifierTest, MAYBE_AuthStatusProviderErrorTransition) {
{
FakeAuthStatusProvider provider0(error_controller_);
FakeAuthStatusProvider provider1(error_controller_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698