Commit 0b61ff47 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable DeleteActiveSession on Win

TBR=thestig@chromium.org
NOTRY=true

Bug: 836289
Change-Id: I669edb4d3ec8af8e144e5fac812ed0b1422e5e55
Reviewed-on: https://chromium-review.googlesource.com/1026155
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553165}
parent 7bffeb9a
......@@ -192,7 +192,13 @@ IN_PROC_BROWSER_TEST_P(TwoClientSessionsSyncTest, DeleteIdleSession) {
EXPECT_FALSE(GetSessionData(1, &sessions1));
}
IN_PROC_BROWSER_TEST_P(TwoClientSessionsSyncTest, DeleteActiveSession) {
// Timeout on win (https://crbug.com/836289).
#if deinfed(OS_WIN)
#define MAYBE_DeleteActiveSession DISABLED_DeleteActiveSession
#else
#define MAYBE_DeleteActiveSession DeleteActiveSession
#endif
IN_PROC_BROWSER_TEST_P(TwoClientSessionsSyncTest, MAYBE_DeleteActiveSession) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
ASSERT_TRUE(CheckInitialState(0));
......
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