commit:     9fc1f00738d06e9176cfa433f83a9d4dd1cec731
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 16:52:24 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 17:00:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc1f007

dev-php/xdebug: disable tests

Tests requiring xdebug.remote_enable=1 are failing for yet unknown reason
and other tests have hardcoded paths like /tmp, ignoring $T, causing
test failures.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/xdebug/xdebug-2.9.6.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild 
b/dev-php/xdebug/xdebug-2.9.6.ebuild
index 95745e2c779..2edd756ef66 100644
--- a/dev-php/xdebug/xdebug-2.9.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.9.6.ebuild
@@ -27,6 +27,9 @@ LICENSE="Xdebug"
 SLOT="0"
 IUSE=""
 
+# Tests are known to fail
+RESTRICT="test"
+
 DEPEND=""
 RDEPEND="${DEPEND}
                ~dev-php/xdebug-client-${PV}"

Reply via email to