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 | 6444fa5327623dacd1030ae0e49cb8bcda8945d9 (patch) | |
tree | abb239e5cee3800af3518e42794abb81fab9835b | |
parent | 2ab0abd26820dbdf102be2ac7a6f455849ad66e3 (diff) | |
download | mariadb-git-6444fa5327623dacd1030ae0e49cb8bcda8945d9.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 + |