From a2217628cc04032b34e8909bf48d748d023abddf Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 21 Aug 2012 13:04:26 +0300 Subject: [PATCH] removed balancer test from script --- test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test.sh b/test.sh index a655108b9..3efffb0ae 100755 --- a/test.sh +++ b/test.sh @@ -4,8 +4,6 @@ go test github.com/cgrates/cgrates/timespans ts=$? go test github.com/cgrates/cgrates/sessionmanager sm=$? -go test github.com/cgrates/cgrates/balancer -bl=$? go test github.com/cgrates/cgrates/cmd/cgr-rater cr=$?