mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
ss: sigv4: disable ctest until new auth available
This commit is contained in:
parent
b0cdc05b6b
commit
8d605f0649
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ if (requirements)
|
|||
|
||||
find_program(VALGRIND "valgrind")
|
||||
|
||||
if (LWS_CTEST_INTERNET_AVAILABLE AND NOT WIN32)
|
||||
# if (LWS_CTEST_INTERNET_AVAILABLE AND NOT WIN32)
|
||||
if (0)
|
||||
if (VALGRIND)
|
||||
message("testing via valgrind")
|
||||
add_test(NAME ss-sigv4 COMMAND
|
||||
|
|
Loading…
Add table
Reference in a new issue