Commit 4298d386 authored by vabr@chromium.org's avatar vabr@chromium.org

Disable SigninErrorNotifierTest.AuthStatusProviderErrorTransition on Win

Crashes on Win7, more info on the bug.
TBRing the expected test owner.
Your friendly tree sheriff.

BUG=372277
TBR=michaelpg@chromium.org

Review URL: https://codereview.chromium.org/281513002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269743 0039d316-1c4b-4281-b951-d872f2087c98
parent a2856803
......@@ -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_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment