From: Ross Burton Date: Thu, 21 Mar 2024 20:15:57 +0000 (+0000) Subject: tcl: skip I/O channel 46.1 X-Git-Tag: 2024-04-scarthgap~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1617b98491c5293567674e4b9c49c2017fb5c8b2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git tcl: skip I/O channel 46.1 This test, which is in both the io and chanio test suites, has short timeouts which can trigger on loaded systems. [ YOCTO #15407 #15421 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index affce9ab815..a403a74bb64 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest @@ -13,6 +13,8 @@ SKIP="$SKIP async-\* event-\*" SKIP="$SKIP cmdMZ-6.6" # 15081 SKIP="$SKIP exit-1.\*" +# 15407 15421 +SKIP="$SKIP \*io-46.1" # 14825 SKIP="$SKIP socket-\* socket_inet-\*"