Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: chrome/browser/autofill/form_structure_browsertest.cc

Issue 660713002: Disable FormStructureBrowserTest.DataDrivenHeuristics00 on Windows as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure_browsertest.cc
diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
index 4788a5a40b4099e2de949b1af0b2966864922cf4..a0e78608e9231164053d8836f27ba2304899591b 100644
--- a/chrome/browser/autofill/form_structure_browsertest.cc
+++ b/chrome/browser/autofill/form_structure_browsertest.cc
@@ -107,7 +107,8 @@ std::string FormStructureBrowserTest::FormStructuresToString(
#else
#define MAYBE_DataDrivenHeuristics(n) DataDrivenHeuristics##n
#endif
-IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest, DataDrivenHeuristics00) {
+IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
+ MAYBE_DataDrivenHeuristics(00)) {
const base::FilePath::CharType kFileNamePattern[] =
FILE_PATH_LITERAL("00_*.html");
RunDataDrivenTest(GetInputDirectory(kTestName),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698