From 551baf7d640a3b12bfe6877b07bb740da1fe413e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Aug 2024 09:04:28 +0200 Subject: [PATCH] tests: move the disabling of 500 for hyper from CI to DISABLED Follow-up to 136504195ae63 Closes #14551 --- .github/workflows/linux.yml | 1 - tests/data/DISABLED | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d378d9294a..367abddc68 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 803d768775..bf7274344c 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -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 -- 2.47.3