mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
tests: Disable x11 test which fails too often
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -20,8 +20,9 @@ if (UNIX AND NOT WIN32)
|
|||||||
# requires pthread
|
# requires pthread
|
||||||
if (LIBSSH_THREADS)
|
if (LIBSSH_THREADS)
|
||||||
add_cmocka_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
|
add_cmocka_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
|
||||||
if (WITH_SERVER)
|
# Not working correctly
|
||||||
add_cmocka_test(torture_server_x11 torture_server_x11.c ${TORTURE_LIBRARY})
|
#if (WITH_SERVER)
|
||||||
endif (WITH_SERVER)
|
# add_cmocka_test(torture_server_x11 torture_server_x11.c ${TORTURE_LIBRARY})
|
||||||
|
#endif (WITH_SERVER)
|
||||||
endif (LIBSSH_THREADS)
|
endif (LIBSSH_THREADS)
|
||||||
endif (UNIX AND NOT WIN32)
|
endif (UNIX AND NOT WIN32)
|
||||||
|
Reference in New Issue
Block a user