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

10 lines
307 B
Go

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