For now, disable the hotlist since it's taking way too long to load.

This commit is contained in:
zach%zachlipton.com 2005-08-24 01:23:13 +00:00
parent acf8825380
commit 19e3695eb8

View File

@ -37,7 +37,8 @@ print $c->header();
my @products = Litmus::DB::Product->retrieve_all();
my @failingtests = Litmus::DB::Test->retrieve_all();
my @hotlist = makeHotlist(15, Litmus::DB::Result->search(name => "Fail"), @failingtests);
#my @hotlist = makeHotlist(15, Litmus::DB::Result->search(name => "Fail"), @failingtests);
my @hotlist = undef;
my $vars = {