From: Philippe Mathieu-Daudé Date: Fri, 18 Sep 2020 14:23:01 +0000 (+0200) Subject: tests/acceptance: Skip slow quanta-gsj U-boot+Linux test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5;p=qemu.git tests/acceptance: Skip slow quanta-gsj U-boot+Linux test The 'arm_quanta_gsj_initrd' test is timeouting on GitLab CI: https://gitlab.com/philmd/qemu/-/jobs/745483978#L846 and also sometimes on my workstation, so proceed as with the other slow tests: do not run it by default. The test can still be run setting the AVOCADO_TIMEOUT_EXPECTED environment variable. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Willian Rampazzo Reviewed-by: Havard Skinnemoen Tested-by: Havard Skinnemoen Message-Id: <20200918143355.153522-1-f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py index 6853469310..0118ed5915 100644 --- a/tests/acceptance/boot_linux_console.py +++ b/tests/acceptance/boot_linux_console.py @@ -572,6 +572,7 @@ class BootLinuxConsole(LinuxKernelTest): 'sda') # cubieboard's reboot is not functioning; omit reboot test. + @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout') def test_arm_quanta_gsj(self): """ :avocado: tags=arch:arm