parent
7162d539b1
commit
971c99504c
@ -140,6 +140,7 @@ Source51: rh-skipped-tests-intel.list
|
||||
Source52: rh-skipped-tests-arm.list
|
||||
Source53: rh-skipped-tests-ppc-s390.list
|
||||
Source54: rh-skipped-tests-ppc64le.list
|
||||
Source55: rh-skipped-tests-s390.list
|
||||
|
||||
# Comments for these patches are in the patch files
|
||||
# Patches common for more mysql-like packages
|
||||
@ -523,6 +524,10 @@ cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
|
||||
cat %{SOURCE54} >> mysql-test/rh-skipped-tests.list
|
||||
%endif
|
||||
|
||||
%ifarch s390
|
||||
cat %{SOURCE55} >> mysql-test/rh-skipped-tests.list
|
||||
%endif
|
||||
|
||||
cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} \
|
||||
%{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \
|
||||
scripts
|
||||
@ -1185,6 +1190,8 @@ fi
|
||||
- Remove bundled cmd-line-utils
|
||||
Related: #1079637
|
||||
- Move mysqlimport man page to proper package
|
||||
- Disable main.key_cache test on s390
|
||||
Releated: #1149647
|
||||
|
||||
* Wed Oct 08 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-5
|
||||
- Disable tests connect.part_file, connect.part_table
|
||||
|
2
rh-skipped-tests-s390.list
Normal file
2
rh-skipped-tests-s390.list
Normal file
@ -0,0 +1,2 @@
|
||||
main.key_cache : rhbz#1149647
|
||||
|
Loading…
Reference in New Issue
Block a user