Skip to content

Commit

Permalink
dev-php/pecl-mongodb: skip failing test
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/show_bug.cgi?id=670642
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <[email protected]>
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
hydrapolic authored and Whissi committed Dec 16, 2018
1 parent 6cd902b commit 5c1d2c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-php/pecl-mongodb/pecl-mongodb-1.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -29,6 +29,13 @@ RDEPEND="
# pkgconfig needed if system libraries are used for bson and libmongoc
DEPEND="${RDEPEND} virtual/pkgconfig"

src_prepare() {
# skip failing test (Bug #670642)
rm tests/exception/runtimeexception-haserrorlabel-002.phpt || die

php-ext-source-r3_src_prepare
}

src_configure() {
local PHP_EXT_ECONF_ARGS=(
--enable-mongodb
Expand Down

0 comments on commit 5c1d2c4

Please sign in to comment.