Skip to content

Commit eb50dba

Browse files
committed
Not yet the time to retry valgrind
1 parent 93c5ec8 commit eb50dba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
./picohttp_ct -S .. -n -r -x http_corrupt && HTTPRESULT=$?
3838
if [[ ${QUICRESULT} == 0 ]] && [[ ${HTTPRESULT} == 0 ]]; then exit 0; fi;
3939
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

0 commit comments

Comments
 (0)