Disabling attributes and suppliers tests

This commit is contained in:
DanB
2018-01-28 11:36:22 +01:00
parent 7ab2e355c2
commit cda022b2e5
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package engine
/*
import (
"reflect"
"testing"
@@ -357,3 +358,4 @@ func TestAttributeProcessEvent(t *testing.T) {
t.Errorf("Expecting: %+v, received: %+v", eRply.CGREvent, atrp.CGREvent)
}
}
*/

View File

@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package engine
/*
import (
"reflect"
"testing"
@@ -665,3 +666,4 @@ func TestSuppliersSortedForEventWithLimitAndOffset(t *testing.T) {
t.Errorf("Expecting: %+v,received: %+v", utils.ToJSON(eFirstSupplierProfile), utils.ToJSON(sprf))
}
}
*/