summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest
index c485e535c7..8a4edfdda3 100644
--- a/meta/recipes-devtools/tcltk/tcl/run-ptest
+++ b/meta/recipes-devtools/tcltk/tcl/run-ptest
@@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1"
19SKIP="$SKIP io-13.6" 19SKIP="$SKIP io-13.6"
20# 14825 20# 14825
21SKIP="$SKIP socket-\* socket_inet-\*" 21SKIP="$SKIP socket-\* socket_inet-\*"
22# These tests seem to be unreliable:
23# https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221
24SKIP="$SKIP http11-\*"
22 25
23for i in tests/*.test; do 26for i in tests/*.test; do
24 i=$(basename $i) 27 i=$(basename $i)