tests/functional: Put the or1k_sim test into the slow category
authorThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 11:02:47 +0000 (13:02 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 07:05:13 +0000 (10:05 +0300)
Looks like a copy-n-paste mistake while adding the or1k_sim test
here: The test downloads an asset from the internet, so it should
be in the thorough category, not in the quick one.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/functional/meson.build

index 8d5520349dd638c8a234e66e143f2a2775f8b088..4352e5919b66d5909bea16f89a69aff9979f9f32 100644 (file)
@@ -92,7 +92,7 @@ tests_mips64el_system_thorough = [
   'mips64el_malta',
 ]
 
-tests_or1k_system_quick = [
+tests_or1k_system_thorough = [
   'or1k_sim',
 ]