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

Unified Diff: chrome/test/mini_installer/config/config.config

Issue 520633005: Reduce flakes in the mini_installer test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notreached
Patch Set: comment Created 6 years, 3 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
Index: chrome/test/mini_installer/config/config.config
diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config
index 550f67edf552c789ce0b0bb8e7869f6b33274b95..48074852082de4243d311b05085e7d17c19f0eb4 100644
--- a/chrome/test/mini_installer/config/config.config
+++ b/chrome/test/mini_installer/config/config.config
@@ -1,5 +1,7 @@
{
"states": [
+ ["no_pv", ["chrome_user_no_pv.prop",
+ "chrome_system_no_pv.prop"]],
["clean", ["chrome_user_not_installed.prop",
"chrome_system_not_installed.prop",
"chrome_user_not_inuse.prop",
@@ -43,7 +45,7 @@
{
"name": "ChromeUserLevel",
"traversal": [
- "clean",
+ "no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse",
"launch_chrome_user", "chrome_user_installed_inuse",
"quit_chrome_user", "chrome_user_installed_not_inuse",
@@ -53,7 +55,7 @@
{
"name": "ChromeSystemLevel",
"traversal": [
- "clean",
+ "no_pv",
"install_chrome_system", "chrome_system_installed_not_inuse",
"launch_chrome_system", "chrome_system_installed_inuse",
"quit_chrome_system", "chrome_system_installed_not_inuse",
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_not_installed.prop ('k') | chrome/test/mini_installer/registry_verifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698