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

Unified Diff: chrome/browser/importer/edge_importer_browsertest_win.cc

Issue 2902803002: disable EdgeImporterBrowserTest.EdgeImporter test. (Closed)
Patch Set: Created 3 years, 7 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/importer/edge_importer_browsertest_win.cc
diff --git a/chrome/browser/importer/edge_importer_browsertest_win.cc b/chrome/browser/importer/edge_importer_browsertest_win.cc
index 65b7d904e06d87115ac9a88608781b321bbdbb14..2421dc175f96c8d559610d7561cabfd6d89a1674 100644
--- a/chrome/browser/importer/edge_importer_browsertest_win.cc
+++ b/chrome/browser/importer/edge_importer_browsertest_win.cc
@@ -157,7 +157,7 @@ class EdgeImporterBrowserTest : public InProcessBrowserTest {
ImporterTestRegistryOverrider test_registry_overrider_;
};
-IN_PROC_BROWSER_TEST_F(EdgeImporterBrowserTest, EdgeImporter) {
+IN_PROC_BROWSER_TEST_F(EdgeImporterBrowserTest, DISABLED_EdgeImporter) {
// Only verified to work with ESE library on Windows 8.1 and above.
if (base::win::GetVersion() < base::win::VERSION_WIN8_1)
return;
« 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