| Index: test/masters_cfg_test.py
|
| diff --git a/test/masters_cfg_test.py b/test/masters_cfg_test.py
|
| index 0ddece09451ee579b18e1eb8e323c882abc38305..6f55d6392f70a48402d017bb6229eac444d4e2a0 100755
|
| --- a/test/masters_cfg_test.py
|
| +++ b/test/masters_cfg_test.py
|
| @@ -24,8 +24,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'
|
| + ])
|
|
|
|
|
| Cmd = collections.namedtuple('Cmd', ['name', 'path', 'env'])
|
|
|