commit: 70c5dbc9838e47fdd9be3ed31029c71d8f17475c Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Sun May 28 13:38:57 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun May 28 14:46:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c5dbc9
dev-cpp/cpp-httplib: only run offline tests Closes: https://bugs.gentoo.org/895520 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/31201 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild index c9a985c777d7..d0d8042448a0 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild @@ -46,5 +46,5 @@ src_configure() { multilib_src_test() { cp -p -R --reflink=auto "${S}/test" ./test || die - emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I." + GTEST_FILTER='-*.*_Online' emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I." }
