From 9fad59d99fd0ac531b8f507c98fe8cb4e5fdff45 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 21 Dec 2017 11:34:14 +0100 Subject: [PATCH] TT#28472 disable the parallel catchup for now Change-Id: I0aa53031cfb2a30b02bb186327a498b1e141a3db --- t/api-rest/api-balanceintervals.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/api-rest/api-balanceintervals.t b/t/api-rest/api-balanceintervals.t index 3e7bc7627e..1f8e15c074 100644 --- a/t/api-rest/api-balanceintervals.t +++ b/t/api-rest/api-balanceintervals.t @@ -28,7 +28,7 @@ use NGCP::Panel::Utils::DateTime qw(); #use NGCP::Panel::Utils::ProfilePackages qw(); #since it depends on Utils::Subscribers and thus Sipwise::Base, importin it causes segfault when creating threads.. my $is_local_env = 0; -my $disable_parallel_catchup = 0; +my $disable_parallel_catchup = 1; my $disable_hourly_intervals = 1; #my $enable_profile_packages = NGCP::Panel::Utils::ProfilePackages::ENABLE_PROFILE_PACKAGES; #my $enable_profile_packages = 1;