File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
./picohttp_ct -S .. -n -r -x http_corrupt && HTTPRESULT=$?
38
38
if [[ ${QUICRESULT} == 0 ]] && [[ ${HTTPRESULT} == 0 ]]; then exit 0; fi;
39
39
exit 1
40
-
41
- - name : Run Valgrind
42
- run : |
43
- sudo apt-get update
44
- sudo apt-get install -y valgrind
45
- # Remove, until the picotls/openssl issue is resolved.
46
- valgrind -v --error-exitcode=1 --track-origins=yes build/picoquic_ct zero_rtt_many_losses
40
+
41
+ # Remove, until the picotls/openssl issue is resolved. TODO: restore when understood.
42
+ # - name: Run Valgrind
43
+ # run: |
44
+ # sudo apt-get update
45
+ # sudo apt-get install -y valgrind
46
+ # valgrind -v --error-exitcode=1 --track-origins=yes build/picoquic_ct zero_rtt_many_losses
You can’t perform that action at this time.
0 commit comments