spec: Update comment that ppc64 qtests are still flakey

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2023-10-17 12:40:40 -04:00
parent 2f2f662015
commit db8d68a5f9
1 changed files with 3 additions and 1 deletions

View File

@ -2032,7 +2032,9 @@ export MTESTARGS="--no-suite block"
pushd %{qemu_kvm_build}
echo "Testing %{name}-build"
# 2022-06: ppc64le random qtest segfaults with no discernable pattern
# ppc64le random qtest segfaults with no discernable pattern
# Last check: 2023-10
# Added: 2022-06
%ifnarch %{power64}
%make_build check
%endif