Skip to content

Commit

Permalink
acpi/tests/avocado/bits: disable smilatency tests
Browse files Browse the repository at this point in the history
smilatncy tests in bios bits seems to generate some flakyness in running the
bits avocado tests. Disable them for now.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2077

CC: peter.maydell@linaro.org
CC: crosa@redhat.com
CC: philmd@linaro.org
CC: bleal@redhat.com
CC: mst@redhat.com
CC: wainersm@redhat.com
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Message-id: 20240108103643.4434-3-anisinha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
ani-sinha authored and pm215 committed Jan 9, 2024
1 parent fc7c144 commit b345ffa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/avocado/acpi-bits/bits-tests/smilatency.py2
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ import time
import usb

def register_tests():
testsuite.add_test("SMI latency test", smi_latency);
testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabled, runall=False);
pass
# testsuite.add_test("SMI latency test", smi_latency);
# testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabled, runall=False);

def smi_latency():
MSR_SMI_COUNT = 0x34
Expand Down

0 comments on commit b345ffa

Please sign in to comment.