func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Consul", t, false)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Postgres", t, false)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Migrations", t, false)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Backups", t, false)
}
func TestService(t *testing.T) {
	helpers.PrepareAndRunTests("Acceptance Tests", t, false)
}