Commented supplier test

This commit is contained in:
TeoV
2019-07-12 15:08:24 +03:00
committed by Dan Christian Bogos
parent ffd39481ad
commit d25cf9bb4b

View File

@@ -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,
}