1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-10 16:10:04 +00:00

tcl: also skip chanio-13.6

The io-* tests and chanio-* tests are in sync, so we should skip both
io-13.6 and chanio-13.6.

[ YOCTO #15421 ]

(From OE-Core rev: e7686fbfb2cb630b33edce48bf1982044d0bf3ea)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2025-09-05 13:43:03 +01:00
committed by Richard Purdie
parent e7353e5beb
commit f707ea0d72
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ SKIP="$SKIP exit-1.\*"
# 15407 15421
SKIP="$SKIP \*io-46.1"
# io-13.6 explicitly says it can fail on slow/loaded machines
SKIP="$SKIP io-13.6"
SKIP="$SKIP \*io-13.6"
# 14825
SKIP="$SKIP socket-\* socket_inet-\*"
# tries to access google.com
+1 -1
View File
@@ -16,7 +16,7 @@ SKIP="$SKIP exit-1.\*"
# 15407 15421
SKIP="$SKIP \*io-46.1"
# io-13.6 explicitly says it can fail on slow/loaded machines
SKIP="$SKIP io-13.6"
SKIP="$SKIP \*io-13.6"
# 14825
SKIP="$SKIP socket-\* socket_inet-\*"