mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43705 Closes: https://github.com/gentoo/gentoo/pull/43705 Signed-off-by: Florian Schmaus <flow@gentoo.org>
12 lines
359 B
Diff
12 lines
359 B
Diff
# Remove tests that don't work in the network sandbox
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -387,7 +387,7 @@ add_executable(
|
|
${TEST_TARGET_EXTRA_SRC}
|
|
)
|
|
|
|
-add_test(gmp-tickets-test gmp-tickets-test)
|
|
+#add_test(gmp-tickets-test gmp-tickets-test)
|
|
|
|
set(TEST_TARGET_EXTRA_SRC ${ALL_MISC_SRC})
|
|
list(REMOVE_ITEM TEST_TARGET_EXTRA_SRC utils.c)
|