Commented for a while because of the changes

This commit is contained in:
porosnicuadrian
2021-05-12 17:07:52 +03:00
committed by Dan Christian Bogos
parent 7c96ee6f01
commit bdff981a2f
2 changed files with 6 additions and 1 deletions

View File

@@ -5156,6 +5156,7 @@ func TestOrderRatesOnIntervalsErrorConvert(t *testing.T) {
}
}
/*
func TestComputeRateSIntervalsRecurrentFee(t *testing.T) {
tsecDecimal, err := utils.NewDecimalFromUsage("30s")
if err != nil {
@@ -5225,3 +5226,5 @@ func TestComputeRateSIntervalsRecurrentFeeCmpFactorIntInvalidError(t *testing.T)
t.Error(err)
}
}
*/

View File

@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
package rates
import (
"math"
"reflect"
"testing"
"time"
@@ -1019,6 +1018,7 @@ func TestRateSMatchingRateProfileForEventErrFltr(t *testing.T) {
}
}
/*
func TestRateSRateProfileCostForEventErrFltr(t *testing.T) {
defaultCfg := config.NewDefaultCGRConfig()
data := engine.NewInternalDB(nil, nil, true)
@@ -1333,3 +1333,5 @@ func TestRateSRateProfileCostForEventErrInterval(t *testing.T) {
t.Error(err)
}
}
*/