~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/tests/test_buildqueue.py

mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
 
706
706
class TestMinTimeToNextBuilderMulti(MultiArchBuildsBase):
707
707
    """Test estimated time-to-builder with builds and multiple processors."""
708
 
    def test_min_time_to_next_builder(self):
 
708
    def disabled_test_min_time_to_next_builder(self):
709
709
        """When is the next builder capable of running the job at the head of
710
710
        the queue becoming available?"""
 
711
        # XXX AaronBentley 2010-03-19 bug=541914: Fails spuriously
711
712
        # One of four builders for the 'apg' build is immediately available.
712
713
        apg_build, apg_job = find_job(self, 'apg', 'hppa')
713
714
        check_mintime_to_builder(self, apg_job, 0)