Commit 1dfa01ea authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable OverlappingContinueSessionRestore on ChromeOS

TBR=msramek@chromium.org
NOTRY=true

Bug: 736345
Change-Id: I74ec229f350a540aa6641d8e0b53c36b4af4498e
Reviewed-on: https://chromium-review.googlesource.com/545615Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#481870}
parent 836db710
...@@ -538,8 +538,15 @@ IN_PROC_BROWSER_TEST_F(OAuth2Test, PRE_OverlappingContinueSessionRestore) { ...@@ -538,8 +538,15 @@ IN_PROC_BROWSER_TEST_F(OAuth2Test, PRE_OverlappingContinueSessionRestore) {
StartNewUserSession(true); StartNewUserSession(true);
} }
#if defined(OS_CHROMEOS)
#define MAYBE_OverlappingContinueSessionRestore \
DISABLED_OverlappingContinueSessionRestore
#else
#define MAYBE_OverlappingContinueSessionRestore \
OverlappingContinueSessionRestore
#endif
// Tests that ContinueSessionRestore could be called multiple times. // Tests that ContinueSessionRestore could be called multiple times.
IN_PROC_BROWSER_TEST_F(OAuth2Test, OverlappingContinueSessionRestore) { IN_PROC_BROWSER_TEST_F(OAuth2Test, MAYBE_OverlappingContinueSessionRestore) {
SetupGaiaServerForUnexpiredAccount(); SetupGaiaServerForUnexpiredAccount();
SimulateNetworkOnline(); SimulateNetworkOnline();
......
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