feat: backend core - auth, user, role, permission, device, webhook, monitoring, cache, repository, service, middleware, API handlers
2026-04-02 11:19:50 +08:00
//go:build integration
package repository
2026-05-28 15:19:34 +08:00
import "testing"
feat: backend core - auth, user, role, permission, device, webhook, monitoring, cache, repository, service, middleware, API handlers
2026-04-02 11:19:50 +08:00
2026-05-28 15:19:34 +08:00
func TestAllowedGroupsContractIntegration_LegacyEntSuiteRemoved ( t * testing . T ) {
t . Skip ( "legacy integration suite depended on removed ent client/helpers; migrate this coverage to current SQL repository integration tests before re-enabling" )
feat: backend core - auth, user, role, permission, device, webhook, monitoring, cache, repository, service, middleware, API handlers
2026-04-02 11:19:50 +08:00
}