Commit 838d2614 authored by Roman Arora's avatar Roman Arora Committed by Chromium LUCI CQ

Tab Search: Re-enable tests for Win 7

Re-enable previously flaky tests that were fixed in crbug 1148061 with
CL: https://chromium-review.googlesource.com/c/chromium/src/+/2538150

Bug: 1152287
Change-Id: Icce97515a7c8a113aae8f91102db74a6c79cb071
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567504Reviewed-by: default avatarThomas Lukaszewicz <tluk@chromium.org>
Commit-Queue: Roman Arora <romanarora@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832597}
parent fc704eaa
...@@ -40,14 +40,7 @@ var TabSearchAppTest = class extends TabSearchBrowserTest { ...@@ -40,14 +40,7 @@ var TabSearchAppTest = class extends TabSearchBrowserTest {
} }
}; };
// Disabled on Windows because of random crash on Win 7 Tests x64 (1). TEST_F('TabSearchAppTest', 'All', function() {
// See: https://crbug.com/1152287
GEN('#if defined(OS_WIN)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_All All');
GEN('#endif');
TEST_F('TabSearchAppTest', 'MAYBE_All', function() {
mocha.run(); mocha.run();
}); });
......
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