tests/functional: Move the mips64el fuloong2e test into the thorough category
authorThomas Huth <thuth@redhat.com>
Fri, 13 Sep 2024 17:51:40 +0000 (19:51 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 08:52:44 +0000 (10:52 +0200)
Commit d2fce37597c2 added a test that downloads an asset from the
internet, so this test should not be run by default anymore and be
put into the thorough category instead.

Message-ID: <20240913175140.3329083-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/meson.build

index 975e6090738b677d5daca225488cd16b2bb6437d..8d5520349dd638c8a234e66e143f2a2775f8b088 100644 (file)
@@ -86,11 +86,8 @@ tests_mipsel_system_thorough = [
   'mipsel_malta',
 ]
 
-tests_mips64el_system_quick = [
-  'mips64el_fuloong2e',
-]
-
 tests_mips64el_system_thorough = [
+  'mips64el_fuloong2e',
   'mips64el_loongson3v',
   'mips64el_malta',
 ]