mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
tests: disable tests with jig rot
A couple of tests can't work because the peer setup they rely on has rotted on the peer side.
This commit is contained in:
parent
af64c7fc4f
commit
9700773296
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ if (requirements)
|
|||
|
||||
# ctest
|
||||
|
||||
if (LWS_CTEST_INTERNET_AVAILABLE AND NOT WIN32)
|
||||
if (LWS_CTEST_INTERNET_AVAILABLE AND NOT WIN32 AND DISABLE_IT_DUE_TO_JIG_ROT)
|
||||
|
||||
# the direct selftest
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ if (requirements)
|
|||
|
||||
find_program(VALGRIND "valgrind")
|
||||
|
||||
if (LWS_CTEST_INTERNET_AVAILABLE)
|
||||
if (LWS_CTEST_INTERNET_AVAILABLE AND DISABLE_IT_DUE_TO_JIG_ROT)
|
||||
if (VALGRIND)
|
||||
add_test(NAME sspost-warmcat COMMAND
|
||||
${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue