From b3b611a5e50c786c96d040dc712d6010bf78818f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 21 Mar 2024 20:15:57 +0000 Subject: 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 ] (From OE-Core rev: 1617b98491c5293567674e4b9c49c2017fb5c8b2) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index affce9ab81..a403a74bb6 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-\*" -- cgit v1.2.3-54-g00ecf