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

Unified Diff: test/masters_cfg_test.py

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 7 years, 8 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: test/masters_cfg_test.py
diff --git a/test/masters_cfg_test.py b/test/masters_cfg_test.py
index 64b141966a1acd70e9f76a752ce526eebcbfdc27..33e487480ae4b15841f42473b26533bba91d6276 100755
--- a/test/masters_cfg_test.py
+++ b/test/masters_cfg_test.py
@@ -22,8 +22,8 @@ from common import master_cfg_utils
# to be fixed and removed from the list!
BLACKLIST = set(['chromium.swarm',
'chromium.chromebot',
- 'chromiumos.tryserver',
- 'client.nacl.chrome'])
+ 'client.nacl.chrome'
+ ])
def TestMaster(args):

Powered by Google App Engine
This is Rietveld 408576698