diff mbox series

tests/functional: Move the mips64el fuloong2e test into the thorough category

Message ID 20240913175140.3329083-1-thuth@redhat.com (mailing list archive)
State New
Headers show
Series tests/functional: Move the mips64el fuloong2e test into the thorough category | expand

Commit Message

Thomas Huth Sept. 13, 2024, 5:51 p.m. UTC
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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/functional/meson.build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Philippe Mathieu-Daudé Sept. 13, 2024, 8:13 p.m. UTC | #1
On 13/9/24 19:51, Thomas Huth wrote:
> 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.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/functional/meson.build | 5 +----
>   1 file changed, 1 insertion(+), 4 deletions(-)

Hmm unfortunate but I can live with it (not worth splitting that
file again).

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 975e609073..8d5520349d 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -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',
 ]