mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:14:15 +03:00
tests: move the disabling of 500 for hyper from CI to DISABLED
Follow-up to 136504195a
Closes #14551
This commit is contained in:
parent
5603204448
commit
551baf7d64
2 changed files with 1 additions and 1 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -169,7 +169,6 @@ jobs:
|
|||
- name: hyper
|
||||
install_steps: rust hyper valgrind
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-websockets
|
||||
tflags: '!500'
|
||||
singleuse: --unit
|
||||
|
||||
- name: rustls
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
# 1591, 1943. See https://github.com/hyperium/hyper/issues/2699 for details.
|
||||
%if hyper
|
||||
266
|
||||
500
|
||||
579
|
||||
587
|
||||
# 1021 re-added here due to flakiness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue