Files
user-system/internal/repository/allowed_groups_contract_integration_test.go

10 lines
305 B
Go

//go:build integration
package repository
import "testing"
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")
}