mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
curl: Skip tests marked flaky
Some tests can fail intermittently and upstream has marked these as flaky so they can easily be skipped. At present there are 12 tests marked flaky with 10 of them running in the default recipe configuration. Skip them to avoid the failures. (From OE-Core rev: 34f37de80928bb23a594268b0e996beb575ca51b) Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3b46d6a41a
commit
2be637e323
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
cd tests
|
||||
{ ./runtests.pl -a -n -s -j4 || echo "FAIL: curl" ; } | sed \
|
||||
{ ./runtests.pl -a -n -s -j4 !flaky || echo "FAIL: curl" ; } | sed \
|
||||
-e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
|
||||
-e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
|
||||
-e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'
|
||||
|
||||
Reference in New Issue
Block a user