From 1b13f95b03d7754739346f2d09be98ff1da116a9 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Wed, 27 Oct 2021 16:04:58 +0200 Subject: [PATCH] test: move RED to extra tests list This test gives random failures, move it to extra until we have a fix. See: https://bugs.dpdk.org/show_bug.cgi?id=826 Signed-off-by: David Marchand --- app/test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/meson.build b/app/test/meson.build index b36a97b543..2191a5e146 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -251,7 +251,6 @@ fast_tests = [ ['pflock_autotest', true], ['prefetch_autotest', true], ['rcu_qsbr_autotest', true], - ['red_autotest', true], ['pie_autotest', true], ['rib_autotest', true], ['rib6_autotest', true], @@ -296,6 +295,7 @@ extra_test_names = [ 'alarm_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") 'cycles_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") 'delay_us_sleep_autotest', # ee00af60170b ("test: remove strict timing requirements some tests") + 'red_autotest', # https://bugs.dpdk.org/show_bug.cgi?id=826 ] perf_test_names = [ -- 2.39.5