Skip to content

test: e2e suite silently skips every test #2580

Description

@jjamroga

go/core/test/e2e/{interaction,lifecycle}_test.go read KAGENT_E2E_GRPC_TARGET and t.Skip when it is unset. That variable is set nowhere in the repo — only read.

$ go test ./core/test/e2e/... -v
--- SKIP: TestAgentInstanceInteraction (0.00s)
--- SKIP: TestAgentInstanceCheckpoint (0.00s)
... 8 of 8 skipped
ok  github.com/kagent-dev/kagent/go/core/test/e2e  0.858s

make e2e is green while proving nothing, and the package reports ok, so nothing surfaces the gap. This is the suite that covers AgentInstance creation, gateway routing, Substrate actor transport, and the model call.

Either wire the target in CI, or fail loudly when it is unset so a skipped run is visible.

Part of #2574.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions