Commit 4ed2c08a authored by Tien Mai's avatar Tien Mai Committed by Commit Bot

Disable flaky GCPW unit test to fix the build.

TBR=rogerta@chromium.org

Bug: 917155
Change-Id: I1ac44cfe4b25264f954b97350c7b0e69ec029aa7
Reviewed-on: https://chromium-review.googlesource.com/c/1388043Reviewed-by: default avatarCJ DiMeglio <lethalantidote@chromium.org>
Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618401}
parent 86e3a9f6
...@@ -215,7 +215,7 @@ TEST_F(GcpReauthCredentialRunnableTest, NormalReauth) { ...@@ -215,7 +215,7 @@ TEST_F(GcpReauthCredentialRunnableTest, NormalReauth) {
ASSERT_STREQ(test->GetErrorText(), NULL); ASSERT_STREQ(test->GetErrorText(), NULL);
} }
TEST_F(GcpReauthCredentialRunnableTest, GaiaIdMismatch) { TEST_F(GcpReauthCredentialRunnableTest, DISABLED_GaiaIdMismatch) {
USES_CONVERSION; USES_CONVERSION;
CredentialProviderSigninDialogTestDataStorage test_data_storage; CredentialProviderSigninDialogTestDataStorage test_data_storage;
CComBSTR username = L"foo_bar"; CComBSTR username = L"foo_bar";
......
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