]> git.proxmox.com Git - mirror_qemu.git/commit
tests/acceptance: Skip slow quanta-gsj U-boot+Linux test
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 18 Sep 2020 14:23:01 +0000 (16:23 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 18 Sep 2020 17:46:38 +0000 (19:46 +0200)
commitb6eea069ab3926e110b8ddf037ff7ea7b2c8c1f5
tree26aa93806a6e28b33f65024384ae205af566df91
parenta58bf4b3d94eead03530ab065ddfa7325e4d340d
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>
tests/acceptance/boot_linux_console.py