From 78c733acf22b2e038e1bb3fcdc561caa70ea1fab Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Mar 2018 09:44:34 -0400 Subject: Bug 1447289 - heartbeat check should not check for enabled features --- heartbeat.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/heartbeat.cgi b/heartbeat.cgi index bb1c9dd46..0597f1e3a 100755 --- a/heartbeat.cgi +++ b/heartbeat.cgi @@ -30,7 +30,6 @@ my $ok = eval { die "database not available" unless $database_ok; die "memcached server(s) not available" unless $memcached_ok; die "mod_perl not configured?" unless $ENV{MOD_PERL}; - die "missing bmo feature dependencies" unless Bugzilla->has_feature('bmo'); 1; }; FATAL("heartbeat error: $@") if !$ok && $@; -- cgit v1.2.3-24-g4f1b