mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Exempt local config file from travis tests
This commit is contained in:
@@ -65,6 +65,9 @@ func stopEngine() error {
|
||||
}
|
||||
|
||||
func TestLoadConfig(t *testing.T) {
|
||||
if !*testLocal {
|
||||
return
|
||||
}
|
||||
var err error
|
||||
cfgPath = path.Join(*dataDir, "conf", "samples", "multiplecdrc")
|
||||
if cfg, err = config.NewCGRConfigFromFolder(cfgPath); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user