diff options
author | Ross Burton <ross.burton@arm.com> | 2024-03-21 20:15:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-23 10:18:20 +0000 |
commit | b3b611a5e50c786c96d040dc712d6010bf78818f (patch) | |
tree | 96afb66c3cfd86ae70824ee87eb4ce7db11b05db /meta | |
parent | 9d1df0596f6f3db6f63ae83559fbea3cc372503a (diff) | |
download | poky-b3b611a5e50c786c96d040dc712d6010bf78818f.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 ]
(From OE-Core rev: 1617b98491c5293567674e4b9c49c2017fb5c8b2)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/run-ptest | 2 |
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-\*" | |||
13 | SKIP="$SKIP cmdMZ-6.6" | 13 | SKIP="$SKIP cmdMZ-6.6" |
14 | # 15081 | 14 | # 15081 |
15 | SKIP="$SKIP exit-1.\*" | 15 | SKIP="$SKIP exit-1.\*" |
16 | # 15407 15421 | ||
17 | SKIP="$SKIP \*io-46.1" | ||
16 | # 14825 | 18 | # 14825 |
17 | SKIP="$SKIP socket-\* socket_inet-\*" | 19 | SKIP="$SKIP socket-\* socket_inet-\*" |
18 | 20 | ||