From 9254c7b344f01025014950ea70474a9c0cde97fc Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 30 Aug 2023 18:50:41 +1000 Subject: [PATCH] tests: document which tests fail due to hyper's lack of trailer support. Closes #11762 --- tests/data/DISABLED | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 3d23895dc0..b077c67a0f 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -63,6 +63,9 @@ # # hyper support remains EXPERIMENTAL as long as there's a test number # listed below +# +# Several tests fail due to hyper's lack of trailers support: 266, 1417, 1540, +# 1591, 1943. See https://github.com/hyperium/hyper/issues/2699 for details. %if hyper 266 579