diff options
author | Philippe Mathieu-Daudé | 2020-09-18 16:23:01 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-09-18 19:46:38 +0200 |
commit | b6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5 (patch) | |
tree | 26aa93806a6e28b33f65024384ae205af566df91 /tests | |
parent | tests/acceptance: Disable tests dependent of unreliable apt.armbian.com (diff) | |
download | qemu-b6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5.tar.gz qemu-b6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5.tar.xz qemu-b6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5.zip |
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é <f4bug@amsat.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Havard Skinnemoen <hskinnemoen@google.com>
Tested-by: Havard Skinnemoen <hskinnemoen@google.com>
Message-Id: <20200918143355.153522-1-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/boot_linux_console.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |