diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-30 12:59:47 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-30 13:00:03 +0200 |
commit | 255eb48f0fa1ecf60e08194146046bd91dd01d26 (patch) | |
tree | 6c46440da8b4ed1953a1e88677da1c12446d7052 /net-analyzer/zabbix | |
parent | sys-boot/grub: x86 stable wrt bug #799236 (diff) | |
download | gentoo-255eb48f0fa1ecf60e08194146046bd91dd01d26.tar.gz gentoo-255eb48f0fa1ecf60e08194146046bd91dd01d26.tar.bz2 gentoo-255eb48f0fa1ecf60e08194146046bd91dd01d26.zip |
net-analyzer/zabbix: tests disabled
upstream tests fail so disabling them for now
Closes: https://bugs.gentoo.org/775011
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild index cff0c42d44be..b921c70a4e01 100644 --- a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild @@ -326,6 +326,9 @@ BDEPEND=" virtual/pkgconfig " +# upstream tests fail for agent2 +RESTRICT="test" + PATCHES=( "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch" "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch" diff --git a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild index 2b2efbe976a3..1b9cb96ff6ed 100644 --- a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild @@ -336,6 +336,9 @@ BDEPEND=" virtual/pkgconfig " +# upstream tests fail for agent2 +RESTRICT="test" + PATCHES=( "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch" "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch" diff --git a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild index 03f172c30f5a..8a3157cfa587 100644 --- a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild @@ -351,6 +351,9 @@ BDEPEND=" virtual/pkgconfig " +# upstream tests fail for agent2 +RESTRICT="test" + PATCHES=( "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch" "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch" |