Commit 1961b00b authored by Christopher Lam's avatar Christopher Lam Committed by Commit Bot

Reenable SiteEngagementBrowserTest.All for Windows.

This may have been fixed, re-enabling to gather data.

BUG=734716

Change-Id: If5400ae8e7ee202ba367d6f7fdeb71a1e4798ff7
Reviewed-on: https://chromium-review.googlesource.com/1140018Reviewed-by: default avatarAlan Cutter <alancutter@chromium.org>
Commit-Queue: calamity <calamity@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575955}
parent dbbee69d
...@@ -46,13 +46,7 @@ SiteEngagementBrowserTest.prototype = { ...@@ -46,13 +46,7 @@ SiteEngagementBrowserTest.prototype = {
}, },
}; };
// This test is flaky on Windows. See https://crbug.com/734716. TEST_F('SiteEngagementBrowserTest', 'All', function() {
GEN('#if defined(OS_WIN)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_All All');
GEN('#endif');
TEST_F('SiteEngagementBrowserTest', 'MAYBE_All', function() {
var cells; var cells;
function getCells() { function getCells() {
......
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