test: move RED to extra tests list
authorDavid Marchand <david.marchand@redhat.com>
Wed, 27 Oct 2021 14:04:58 +0000 (16:04 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 15:33:30 +0000 (16:33 +0100)
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 <david.marchand@redhat.com>
app/test/meson.build

index b36a97b..2191a5e 100644 (file)
@@ -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 = [