Skip to content

Commit

Permalink
dev-php/xdebug: disable tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Whissi committed Sep 3, 2020
1 parent 4718c31 commit 9fc1f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-php/xdebug/xdebug-2.9.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ LICENSE="Xdebug"
SLOT="0"
IUSE=""

# Tests are known to fail
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}
~dev-php/xdebug-client-${PV}"
Expand Down

0 comments on commit 9fc1f00

Please sign in to comment.