Skip to content

Commit

Permalink
mongo-c-driver: reenable test suite on x86_64/F24+
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Mar 1, 2016
1 parent 584949b commit 0d34bb4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mongo-c-driver/mongo-c-driver.spec
Expand Up @@ -19,9 +19,13 @@
%global with_tests 0%{!?_without_tests:1}
%endif
%else
# mongodb on F24+ is broken for now, see #1313018
%ifarch x86_64
%global with_tests 0%{!?_without_tests:1}
%else
# mongodb on i386/F24+ is broken for now, see #1313018
%global with_tests 0%{?_with_tests:1}
%endif
%endif

Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Expand Down Expand Up @@ -178,8 +182,8 @@ exit $ret
- move libraries in "libs" sub-package
- add patch to skip online tests
open https://github.com/mongodb/mongo-c-driver/pull/314
- temporarily disable test suite on F24+ (#1313018)
- temporarily disable test suite on arm (#1303864)
- temporarily disable test suite on i686/F24+ (#1313018)

* Sun Feb 7 2016 Remi Collet <remi@fedoraproject.org> - 1.3.3-1
- Update to 1.3.3
Expand Down

0 comments on commit 0d34bb4

Please sign in to comment.