~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout-templates/bin/test.in

  • Committer: William Grant
  • Date: 2011-04-17 23:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 12846.
  • Revision ID: william.grant@canonical.com-20110417235337-uq17k9zcnxdzhd9i
Disable YUITestLayer. Fails the same way as WindmillLayer :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    'tests_pattern': '^f?tests$',
170
170
    'test_path': [${buildout:directory/lib|path-repr}],
171
171
    'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
172
 
    'layer': ['!(MailmanLayer|WindmillLayer)'],
 
172
    'layer': ['!(MailmanLayer|WindmillLayer|YUITestLayer)'],
173
173
    }
174
174
 
175
175
# Monkey-patch os.listdir to randomise the results