diff --git a/mysql.spec b/mysql.spec index 0416150..78bc00a 100644 --- a/mysql.spec +++ b/mysql.spec @@ -13,7 +13,7 @@ # The last version on which the full testsuite has been run # In case of further rebuilds of that version, don't require full testsuite to be run # run only "main" suite -%global last_tested_version 8.0.28 +%global last_tested_version 8.0.30 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 # Aditional SELinux rules diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 741062c..7f716d3 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -53,3 +53,7 @@ main.index_merge_myisam : BUG#0 # Failing since MySQL 8.0.29 main.mysqlpump_bugs : BUG#0 main.slow_log : BUG#0 + +# Failing since MySQL 8.0.30 +auth_sec.fips : BUG#0 +rpl.rpl_fips : BUG#0