Commit 57ed5765 authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Re-enable a Sessions API test.

ExtensionSessionsTest.RestoreForeignSessionWindow was disabled
for flakiness in 2013. It passed 3000 iterations on the bots on
all tested platforms.

Bug: 278372
Change-Id: Ie327d517473f8858140678dd0622703737691155
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209305Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770722}
parent e7563c06
......@@ -297,9 +297,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionSessionsTest, GetDevicesListEmpty) {
EXPECT_EQ(0u, devices->GetSize());
}
// Flaky timeout: http://crbug.com/278372
IN_PROC_BROWSER_TEST_F(ExtensionSessionsTest,
DISABLED_RestoreForeignSessionWindow) {
IN_PROC_BROWSER_TEST_F(ExtensionSessionsTest, RestoreForeignSessionWindow) {
CreateSessionModels();
std::unique_ptr<base::DictionaryValue> restored_window_session(
......
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