Revert "fix(test): skip A2UI scaffold test in CI due to path resolution"
This reverts commit c8901c11dd.
This commit is contained in:
parent
c8901c11dd
commit
ee51dec46c
@ -208,8 +208,7 @@ describe("canvas host", () => {
|
|||||||
}
|
}
|
||||||
}, 20_000);
|
}, 20_000);
|
||||||
|
|
||||||
// Skip in CI: vitest path transforms prevent A2UI asset resolution.
|
it("serves the gateway-hosted A2UI scaffold", async () => {
|
||||||
it.skipIf(process.env.CI === "true")("serves the gateway-hosted A2UI scaffold", async () => {
|
|
||||||
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-canvas-"));
|
const dir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-canvas-"));
|
||||||
|
|
||||||
const server = await startCanvasHost({
|
const server = await startCanvasHost({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user