Disable test SvrWriteStatusEarlyWrite failing on ppc64
This commit is contained in:
parent
ba73dc9208
commit
d3e83064c6
@ -58,6 +58,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
|||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
for test in "InvalidMetadata" \
|
for test in "InvalidMetadata" \
|
||||||
|
"SvrWriteStatusEarlyWrite" \
|
||||||
; do
|
; do
|
||||||
awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)
|
awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user