]> git.droids-corp.org - dpdk.git/commitdiff
test: drop reference to removed tests
authorDavid Marchand <david.marchand@redhat.com>
Mon, 13 Jun 2022 07:37:00 +0000 (09:37 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jun 2022 16:36:43 +0000 (18:36 +0200)
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 <david.marchand@redhat.com>
app/test/meson.build

index ddcc12a452f496637e863092cc028f55d6808a04..431c5bd31834e8e2bb7d6551c9f922a710617f1d 100644 (file)
@@ -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
 ]