Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webBlob test (use LFS file as example instead of Xet file) (#1230)
CI currently fails with: ``` packages/hub test:browser: ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ packages/hub test:browser: FAIL src/utils/WebBlob.spec.ts > WebBlob > should lazy load a LFS file hosted on Hugging Face packages/hub test:browser: Error: Test timed out in 5000ms. packages/hub test:browser: If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". packages/hub test:browser: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ ``` PR expectation: CI is green. See #1230 (comment) and #1230 (comment) for explanation.
- Loading branch information