mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Skiped stats mterics test for internal dbtype
This commit is contained in:
committed by
Dan Christian Bogos
parent
d157989fa8
commit
73256734e7
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user