fix(gateway): run transcript cursor E2E with full startup (#127094)

* test(gateway): publish runtime in agent E2Es

* test(gateway): leave replay fix to owner PR
This commit is contained in:
Dallin Romney 2026-08-21 09:05:05 -07:00 committed by GitHub
parent 2fe6b67871
commit 8531da1993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,10 @@ describe("embedded transcript cursor settlement", () => {
const instance = await createOpenClawTestInstance({
name: "embedded-transcript-cursor",
config: createTestConfig(modelServer.baseUrl),
env: { OPENCLAW_SKIP_PROVIDERS: undefined },
env: {
OPENCLAW_SKIP_PROVIDERS: undefined,
OPENCLAW_TEST_MINIMAL_GATEWAY: undefined,
},
});
instances.push(instance);
await instance.startGateway();