From 4c53734bfe970b244f051437a4f66adba970cecd Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Fri, 17 Jul 2015 11:51:46 +0800 Subject: [PATCH] tests: disabled the test cases exercising multiple http {} blocks since this undocumented feature has been disabled since nginx 1.9.3. --- t/unused.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/unused.t b/t/unused.t index a5d2d07..7b3fe76 100644 --- a/t/unused.t +++ b/t/unused.t @@ -69,6 +69,9 @@ rds json body filter, "/foo" === TEST 4: multiple http {} blocks +This test case won't run with nginx 1.9.3+ since duplicate http {} blocks +have been prohibited since then. +--- SKIP --- config location /foo { echo Hello;