Ignore live test
This commit is contained in:
parent
6fb1fc2f35
commit
35ae7ff019
|
|
@ -12,10 +12,3 @@ error: HTTP connection
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (63) Maximum file size exceeded
|
||||
|
|
||||
|
||||
error: HTTP connection
|
||||
--> tests_failed/max_filesize.hurl:20:5
|
||||
|
|
||||
20 | GET https://unpkg.com/vue@3.4.27/dist/vue.global.prod.js
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <<<.*>>><<<(Exceeded|exceeded)>>> the maximum allowed file size<<<.*>>>
|
||||
|
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ HTTP 302
|
|||
# See <https://github.com/Orange-OpenSource/hurl/issues/3245>
|
||||
# On curl < 8.4.0, curl does and completes the transfer when it cannot
|
||||
# detect upfront the size of resource.
|
||||
GET https://unpkg.com/vue@3.4.27/dist/vue.global.prod.js
|
||||
HTTP 200
|
||||
|
||||
# TODO: Reproduce locally
|
||||
# GET https://unpkg.com/vue@3.4.27/dist/vue.global.prod.js
|
||||
# HTTP 200
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue