From 73256734e7c5483043779ab7700d20b09afd7d89 Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Fri, 25 Jun 2021 17:02:52 +0300 Subject: [PATCH] Skiped stats mterics test for internal dbtype --- apier/v1/stats_it_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apier/v1/stats_it_test.go b/apier/v1/stats_it_test.go index b0d96cb32..d866506e3 100644 --- a/apier/v1/stats_it_test.go +++ b/apier/v1/stats_it_test.go @@ -1583,6 +1583,9 @@ func testV1STSGetStatQueueWithoutExpired(t *testing.T) { } func testV1STSGetStatQueueWithoutStored(t *testing.T) { + if *dbType == utils.MetaInternal { + t.SkipNow() + } var result string var reply *engine.StatQueueProfile statConfig = &engine.StatQueueProfileWithAPIOpts{