build(deps-dev): bump svelte from 5.14.4 to 5.14.5 #746
GitHub Actions / JUnit Test Report
failed
Dec 20, 2024 in 0s
21 tests run, 11 passed, 9 skipped, 1 failed.
Annotations
Check failure on line 230 in ts
github-actions / JUnit Test Report
ts.AI Lab extension installation and verification › AI Lab playground creation and deletion › Download instructlab/granite-7b-lab-GGUF model if not available
ai-lab-extension.spec.ts:225:7 Download instructlab/granite-7b-lab-GGUF model if not available
Raw output
[chromium] › src\ai-lab-extension.spec.ts:225:7 › AI Lab extension installation and verification › AI Lab playground creation and deletion › Download instructlab/granite-7b-lab-GGUF model if not available @smoke
Error: expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 300000ms exceeded while waiting on the predicate
228 | await catalogPage.downloadModel(modelName);
229 | }
> 230 | await playExpect
| ^
231 | // eslint-disable-next-line sonarjs/no-nested-functions
232 | .poll(async () => await waitForCatalogModel(modelName), { timeout: 300_000, intervals: [5_000] })
233 | .toBeTruthy();
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-ai-lab\tests\playwright\src\ai-lab-extension.spec.ts:230:9
Loading