net-libs/google-cloud-cpp: disable test broken under portage

ClogEnvironment fails (segfault) under portage sandbox, doesn't fail
outside, unsure why.  Most of other large test suite is fine, just
disable this one for now.

Bug: https://bugs.gentoo.org/906576
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/34408
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matoro Mahri
2023-12-21 22:02:15 -05:00
committed by Sam James
parent 5d1f356cfd
commit 56e65d89cf

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -52,5 +52,6 @@ src_configure() {
}
src_test() {
cmake_src_test -LE "integration-test"
# ClogEnvironment fails under portage sandbox, no fail outside
cmake_src_test -LE "integration-test" -E common_log_test
}