Commit 51ef023
authored
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.1 parent 80cf756 commit 51ef023
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments