gentoo-ebuilds/www-nginx/ngx-set-misc/files/ngx-set-misc-0.33-skip-hashed-upstream_t-test.patch
Zurab Kvachadze 5030183d01
www-nginx: enable tests for OpenResty modules
This commits enables tests for (almost) all OpenResty www-nginx
packages.

Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-05 08:27:08 +01:00

31 lines
830 B
Diff

From 25337a9db440d2afb406a78b113e9a8ea0f3fcde Mon Sep 17 00:00:00 2001
From: Zurab Kvachadze <zurabid2016@gmail.com>
Date: Thu, 13 Feb 2025 19:43:54 +0100
Subject: [PATCH] hashed-upstream.t: skip the test
The "hashed-upstream.t" test utilises the upstream_list command. I do
not know which module provides this command and so far I have been
unsuccessful to find anything online.
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
---
t/hashed-upstream.t | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/t/hashed-upstream.t b/t/hashed-upstream.t
index fdebd15..6e3a912 100644
--- a/t/hashed-upstream.t
+++ b/t/hashed-upstream.t
@@ -1,7 +1,8 @@
# vi:filetype=
use lib 'lib';
-use Test::Nginx::Socket;
+use Test::Nginx::Socket skip_all =>
+ 'not working at all';
#repeat_each(3);
--
2.45.3