[dev-libs/mongo-c-driver] skip mock tests

This commit is contained in:
Robert Förster 2024-07-13 19:41:52 +02:00
parent d7904ebfdb
commit 0e95b91953
2 changed files with 3 additions and 1 deletions

View File

@ -92,6 +92,7 @@ src_configure() {
src_test() {
export MONGOC_TEST_OFFLINE=on
export MONGOC_TEST_SKIP_MOCK=on
if ! use test-full; then
export MONGOC_TEST_SKIP_LIVE=on
else

View File

@ -98,8 +98,9 @@ src_configure() {
cmake_src_configure
}
# FEATURES="test -network-sandbox" USE="static-libs" emerge dev-libs/mongo-c-driver
src_test() {
export MONGOC_TEST_OFFLINE=on
export MONGOC_TEST_SKIP_MOCK=on
if ! use test-full; then
export MONGOC_TEST_SKIP_LIVE=on
else