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
58af7b4409
commit
937a8db996
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if (requirements)
|
||||||
|
|
||||||
find_program(VALGRIND "valgrind")
|
find_program(VALGRIND "valgrind")
|
||||||
|
|
||||||
if (LWS_CTEST_INTERNET_AVAILABLE)
|
if (LWS_CTEST_INTERNET_AVAILABLE AND DISABLE_IT_DUE_TO_JIG_ROT)
|
||||||
if (VALGRIND)
|
if (VALGRIND)
|
||||||
add_test(NAME sspost-warmcat COMMAND
|
add_test(NAME sspost-warmcat COMMAND
|
||||||
${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
|
${CMAKE_SOURCE_DIR}/scripts/ctest-background.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue