summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-28 07:59:10 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-28 07:59:10 +0200
commit6e52e40de7fc33b5a6cbdd852f495f2efdd67c5f (patch)
treefcb4d4a1cf2062acf6154462d5e004adde376177
parent8bde80f320be13e4518cc176041cbf4c36c554f0 (diff)
php-mongodb: disable test suite
-rw-r--r--php-alcaeus-mongo-php-adapter.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec
index c776f2f..3c09a51 100644
--- a/php-alcaeus-mongo-php-adapter.spec
+++ b/php-alcaeus-mongo-php-adapter.spec
@@ -13,6 +13,10 @@
# Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186
# Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x)
%global with_tests 0%{?_with_tests:1}
+# remirepo:3
+%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
+%global with_tests 0%{!?_without_tests:1}
+%endif
%global ns_vendor Alcaeus