| 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):
|
|
|