diff options
author | Anitha Gopi <anitha.gopi@oracle.com> | 2011-06-03 14:13:10 +0530 |
---|---|---|
committer | Anitha Gopi <anitha.gopi@oracle.com> | 2011-06-03 14:13:10 +0530 |
commit | 52c52b5fdf410fe918cb79b6bb1fdf8e6a749b03 (patch) | |
tree | abb239e5cee3800af3518e42794abb81fab9835b | |
parent | ba7ba4e0e9963b31eb85eeb013d191c671bcb044 (diff) | |
download | mariadb-git-52c52b5fdf410fe918cb79b6bb1fdf8e6a749b03.tar.gz |
Bug#11756699 : Move test to disabled group
-rw-r--r-- | mysql-test/collections/default.experimental | 1 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index cae23aa94d3..941606a37a5 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -19,7 +19,6 @@ main.ctype_gbk_binlog @solaris # Bug#11754407: main.ctype_gbk_binlog f main.func_str @solaris # joro: Bug#11750406 main.sp @solaris # joro : Bug#11761625 main.query_cache_28249 # Bug#12584161 2009-03-25 main.query_cache_28249 fails sporadically -main.log_tables-big # Bug#11756699 2010-11-15 mattiasj report already exists ndb.* # joro : NDB tests marked as experimental as agreed with bochklin diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index f33fd0352a0..84c981c08c1 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -11,3 +11,5 @@ ############################################################################## kill : Bug#11748945 2008-12-03 HHunger need some changes to be robust enough for pushbuild. read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists +main.log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists + |