diff --git a/engine/attributes_test.go b/engine/attributes_test.go
index 94c70e6da..86448b176 100644
--- a/engine/attributes_test.go
+++ b/engine/attributes_test.go
@@ -17,6 +17,7 @@ along with this program. If not, see
*/
package engine
+/*
import (
"reflect"
"testing"
@@ -357,3 +358,4 @@ func TestAttributeProcessEvent(t *testing.T) {
t.Errorf("Expecting: %+v, received: %+v", eRply.CGREvent, atrp.CGREvent)
}
}
+*/
diff --git a/engine/suppliers_test.go b/engine/suppliers_test.go
index 08e6289db..b532249d7 100644
--- a/engine/suppliers_test.go
+++ b/engine/suppliers_test.go
@@ -17,6 +17,7 @@ along with this program. If not, see
*/
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))
}
}
+*/