From: David Marchand Date: Mon, 13 Jun 2022 07:37:00 +0000 (+0200) Subject: test: drop reference to removed tests X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9aa95b6fc4d0f166f8364f60c476f52dfcbe1082;p=dpdk.git test: drop reference to removed tests cycles_autotest and delay_us_sleep_autotest tests were removed in the commit ee00af60170b ("test: remove strict timing requirements some tests") and were wrongly reintroduced later. Bugzilla ID: 1021 Fixes: 74822233bdc2 ("test: create a list of extra tests") Cc: stable@dpdk.org Signed-off-by: David Marchand --- diff --git a/app/test/meson.build b/app/test/meson.build index ddcc12a452..431c5bd318 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -250,8 +250,6 @@ fast_tests = [ # Tests known to have issues or which don't belong in other tests lists. 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 ]