acpi/tests/avocado/bits: disable smilatency tests
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>
This commit is contained in:
parent
fc7c144b23
commit
b345ffad3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user