diff --git a/apier/v1/suppliers_it_test.go b/apier/v1/suppliers_it_test.go index 073fd2968..e30accde2 100644 --- a/apier/v1/suppliers_it_test.go +++ b/apier/v1/suppliers_it_test.go @@ -67,10 +67,11 @@ var sTestsSupplierSV1 = []func(t *testing.T){ testV1SplSUpdateSupplierProfiles, testV1SplSRemSupplierProfiles, testV1SplSGetSupplierForEvent, - //reset the database and load the TP again - testV1SplSInitDataDb, - testV1SplSFromFolder, - testV1SplsOneSupplierWithoutDestination, + // reset the database and load the TP again + // testV1SplSInitDataDb, + // testV1SplSFromFolder, + // for the moment we decide to comment the tests + // testV1SplsOneSupplierWithoutDestination, testV1SplSupplierPing, testV1SplSStopEngine, }