tests: move the disabling of 500 for hyper from CI to DISABLED

Follow-up to 136504195a

Closes #14551
This commit is contained in:
Daniel Stenberg 2024-08-15 09:04:28 +02:00
parent 5603204448
commit 551baf7d64
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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