diff options
author | Tony Tascioglu <tony.tascioglu@windriver.com> | 2021-07-14 20:48:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-16 21:23:44 +0100 |
commit | be3e14dd43220db034a63b7a9f5516feb6a00110 (patch) | |
tree | dbca96e2697a77beff43a4d0b6a32a351f7dfe5c /meta | |
parent | b4f9b5b3facd2f62db100d59bb1ffe4bf029eaf9 (diff) | |
download | poky-be3e14dd43220db034a63b7a9f5516feb6a00110.tar.gz |
valgrind: skip flaky ptest fb_test_amd64
Recently, the none/tests/amd64/fb_test_amd64 test had been flaky and
causing failures on the auto-builder. Until we can get to the root cause
of the issue, we are going to skip the test to reduce the noise from the
ptests.
(From OE-Core rev: a365cd7a358db96791033e6dc6e45d2e816d3e4c)
Signed-off-by: Tony Tascioglu <tony.tascioglu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-all | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all index e69de29bb2..c3fc639066 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all | |||
@@ -0,0 +1 @@ | |||
none/tests/amd64/fb_test_amd64 | |||