Ignore test failures on riscv64

[..]
Summary of Failures:
24/30 lenovo-thinklmi-self-test      FAIL             0.80s   killed by signal 5 SIGTRAP
30/30 fu-self-test                   FAIL             9.40s   killed by signal 5 SIGTRAP
Ok:                 28
Expected Fail:      0
Fail:               2
Unexpected Pass:    0
Skipped:            0
Timeout:            0
[..]

Both fail due to: Failed to load SMBIOS: neither SMBIOS or DT found

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-22 11:39:56 +02:00
parent 65d8a8030f
commit 3cd9695d7f
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
%global __requires_exclude ^%{python3}$
# PPC64 is too slow to complete the tests under 3 minutes...
%ifnarch ppc64le
# RISCV: two fail tests
%ifnarch ppc64le riscv64
%global enable_tests 1
%endif