Skip to content

Commit b6ccab8

Browse files
committed
Valgrind 5 (rekey tests) are taking far too long and
leading to multiple other CI test being cancelled as the time limit is exceeded. We'll return to this one as soon as we figure out a few things.
1 parent d625c81 commit b6ccab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { target: ubuntu-20.04, config: valgrind-2 }
2929
- { target: ubuntu-20.04, config: valgrind-3 }
3030
- { target: ubuntu-20.04, config: valgrind-4 }
31-
- { target: ubuntu-20.04, config: valgrind-5 }
31+
# - { target: ubuntu-20.04, config: valgrind-5 }
3232
- { target: ubuntu-20.04, config: valgrind-6 }
3333
- { target: ubuntu-20.04, config: valgrind-7 }
3434
- { target: ubuntu-20.04, config: c89 }

0 commit comments

Comments
 (0)