~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-18 00:32:26 UTC
  • mfrom: (12845.1.1 disable-yuitestlayer)
  • Revision ID: launchpad@pqm.canonical.com-20110418003226-yp2js7maslsy3957
[r=wallyworld][no-qa] Disable YUITestLayer. It fails like
 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