Commit a4c2d5ed authored by estade's avatar estade Committed by Commit bot

Re-enable some autofill tests that were previously disabled for flake.

They don't seem to be flaky for me locally.

BUG=173621

Review URL: https://codereview.chromium.org/603853002

Cr-Commit-Position: refs/heads/master@{#296864}
parent 61e346d5
......@@ -102,9 +102,7 @@ std::string FormStructureBrowserTest::FormStructuresToString(
}
// Heuristics tests timeout on Windows. See http://crbug.com/85276
// Also on ChromeOS/Aura. See crbug.com/173621
// On Linux too. See crbug.com/323093
#if defined(USE_AURA)
#if defined(OS_WIN)
#define MAYBE_DataDrivenHeuristics(n) DISABLED_DataDrivenHeuristics##n
#else
#define MAYBE_DataDrivenHeuristics(n) DataDrivenHeuristics##n
......@@ -251,8 +249,9 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
kFileNamePattern);
}
// This test has real failures. http://crbug.com/323093
IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
MAYBE_DataDrivenHeuristics(16)) {
DISABLED_DataDrivenHeuristics16) {
const base::FilePath::CharType kFileNamePattern[] =
FILE_PATH_LITERAL("16_*.html");
RunDataDrivenTest(GetInputDirectory(kTestName),
......
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