]> git.proxmox.com Git - mirror_qemu.git/commit
tests/avocado: Disable the test_sbsaref_edk2_firmware by default
authorThomas Huth <thuth@redhat.com>
Mon, 10 Jul 2023 17:01:55 +0000 (19:01 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 18 Jul 2023 09:22:51 +0000 (11:22 +0200)
commita5754847e0fc2bc08a414dd381803009e8bca390
treee9e5e7ad909fa5b9db26fa2e686239012ae2a12b
parentca2a07f6c3630d5d39af24651987256a705ac500
tests/avocado: Disable the test_sbsaref_edk2_firmware by default

The test fails occasionally, see e.g.:

 https://gitlab.com/thuth/qemu/-/jobs/4196177756#L489
 https://gitlab.com/thuth/qemu/-/jobs/4623296271#L290

It also fails on my laptop in ca. 50% of all runs. Thus disable it by
default by using the QEMU_TEST_FLAKY_TESTS environment variable to fence
it (which we also already use in flaky qtests). While we're at it, also
document this variable in docs/devel/testing.rst.

Message-Id: <20230710170155.7192-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/testing.rst
tests/avocado/machine_aarch64_sbsaref.py