diff options
| -rw-r--r-- | meta/recipes-devtools/tcltk/tcl/run-ptest | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/tcltk8/tcl8/run-ptest | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest index 2135b17074..c8acb4846f 100644 --- a/meta/recipes-devtools/tcltk/tcl/run-ptest +++ b/meta/recipes-devtools/tcltk/tcl/run-ptest | |||
| @@ -18,6 +18,9 @@ SKIP="$SKIP \*io-46.1" | |||
| 18 | SKIP="$SKIP \*io-13.6" | 18 | SKIP="$SKIP \*io-13.6" |
| 19 | # 14825 | 19 | # 14825 |
| 20 | SKIP="$SKIP socket-\* socket_inet-\*" | 20 | SKIP="$SKIP socket-\* socket_inet-\*" |
| 21 | # These tests seem to be unreliable: | ||
| 22 | # https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221 | ||
| 23 | SKIP="$SKIP http11-\*" | ||
| 21 | # tries to access google.com | 24 | # tries to access google.com |
| 22 | SKIP="$SKIP httpProxy-\*" | 25 | SKIP="$SKIP httpProxy-\*" |
| 23 | 26 | ||
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest index dd46ebdeaa..687e06fa4b 100644 --- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest +++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest | |||
| @@ -19,6 +19,9 @@ SKIP="$SKIP \*io-46.1" | |||
| 19 | SKIP="$SKIP \*io-13.6" | 19 | SKIP="$SKIP \*io-13.6" |
| 20 | # 14825 | 20 | # 14825 |
| 21 | SKIP="$SKIP socket-\* socket_inet-\*" | 21 | SKIP="$SKIP socket-\* socket_inet-\*" |
| 22 | # These tests seem to be unreliable: | ||
| 23 | # https://core.tcl-lang.org/tcl/tktview/3764f4e81f1483ab554c6d60f8483887bde28221 | ||
| 24 | SKIP="$SKIP http11-\*" | ||
| 22 | 25 | ||
| 23 | for i in tests/*.test; do | 26 | for i in tests/*.test; do |
| 24 | i=$(basename $i) | 27 | i=$(basename $i) |
