Skip agent ptrace test on hurd.

This commit is contained in:
Darren Tucker 2021-08-15 23:25:26 +10:00
parent 7c9115bbbf
commit 20e6eefcdf
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -119,7 +119,7 @@ case "${TARGET_HOST}" in
SKIP_LTESTS=scp3
;;
hurd)
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent"
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
;;
minix3)
CC="clang"