tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware
commita956ea5b3473cfbaf90a8525ec78dd9c62fd8e03
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 9 Oct 2023 16:40:41 +0000 (9 17:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 11 Oct 2023 07:46:23 +0000 (11 08:46 +0100)
tree08451a55e2f35788595e52cf0a204b5f5ae6f897
parent404b78446aedbc660f41f7737bef3e8b1ec7d90d
tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware

After testing locally I decided to revert a5754847e0 (tests/avocado: Disable the
test_sbsaref_edk2_firmware by default) as the test seems pretty
stable:

   env QEMU_TEST_FLAKY_TESTS=1 retry.py -n 50 -c -- \
     ./tests/venv/bin/avocado run \
     ./tests/avocado/machine_aarch64_sbsaref.py:Aarch64SbsarefMachine.test_sbsaref_edk2_firmware

yields:

  Results summary:
  0: 50 times (100.00%), avg time 2.064 (0.04 varience/0.19 deviation)
  Ran command 50 times, 50 passes

Maybe f0ec14c78c (tests/avocado: Fix console data loss) has made it
more reliable?

Cc: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231009164104.369749-3-alex.bennee@linaro.org>
tests/avocado/machine_aarch64_sbsaref.py