aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-09-13 19:51:40 +0200
committerThomas Huth <thuth@redhat.com>2024-09-17 10:52:44 +0200
commit0d2a8acf3fba4d0a572d621967652503a346ceaf (patch)
tree567fd1d6c8e1cf643e788605cddb857d1ff90bca /tests
parentc0f86125c38599e5d4b39a0bb9161252623de694 (diff)
downloadqemu-0d2a8acf3fba4d0a572d621967652503a346ceaf.zip
qemu-0d2a8acf3fba4d0a572d621967652503a346ceaf.tar.gz
qemu-0d2a8acf3fba4d0a572d621967652503a346ceaf.tar.bz2
tests/functional: Move the mips64el fuloong2e test into the thorough category
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 975e609..8d55203 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',
]