Re: [dpdk-dev] [PATCH 2/2] test: move RED to extra tests list

2021-11-16 Thread David Marchand
On Wed, Oct 27, 2021 at 4:05 PM David Marchand wrote: > > This test gives random failures, disable it. > See: https://bugs.dpdk.org/show_bug.cgi?id=826 > > Signed-off-by: David Marchand There was no objection and it helps stabilising CI (removing a random false positive). Series applied with one

[dpdk-dev] [PATCH 2/2] test: move RED to extra tests list

2021-10-27 Thread David Marchand
This test gives random failures, disable it. See: https://bugs.dpdk.org/show_bug.cgi?id=826 Signed-off-by: David Marchand --- app/test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/test/meson.build b/app/test/meson.build index 200790eda0..71fce2efda 100644