Skip to content

Commit

Permalink
ss: sigv4: disable ctest until new auth available
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Aug 28, 2021
1 parent b0cdc05 commit 8d605f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d605f0

Please sign in to comment.