~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_branch.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-21 02:50:29 UTC
  • mfrom: (14180.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20111021025029-jvggr9qhi1u5d28h
[testfix][r=wgrant] Disable spuriously failing
        test_linked_bugs_nonseries_branch_query_scaling (bug #879197).

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
            self.assertTrue(
356
356
                bugtask.status in UNRESOLVED_BUGTASK_STATUSES)
357
357
 
358
 
    def test_linked_bugs_nonseries_branch_query_scaling(self):
 
358
    # XXX wgrant 2011-10-21 bug=879197: Disabled due to spurious failure.
 
359
    def disabled_test_linked_bugs_nonseries_branch_query_scaling(self):
359
360
        # As we add linked bugs, the query count for a branch index page stays
360
361
        # constant.
361
362
        branch = self.factory.makeAnyBranch()