From 5ecca6fbe05d7ded30f33e810c611c01f3e398a2 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Fri, 17 Jul 2015 15:23:34 +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 740549c..4d4a8ed 100644 --- a/t/unused.t +++ b/t/unused.t @@ -76,6 +76,9 @@ hello === TEST 3: module used (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 { srcache_store PUT /store;