summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-03-21 20:15:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-23 10:16:56 +0000
commit1617b98491c5293567674e4b9c49c2017fb5c8b2 (patch)
tree960caaaaffdfaa3c5b8bc4ed7a162faf2c8b8e8e
parenta3fffea6b370e22380b0699dcefcda16fdc1f116 (diff)
downloadopenembedded-core-1617b98491c5293567674e4b9c49c2017fb5c8b2.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest2
1 files changed, 2 insertions, 0 deletions
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-\*"