diff options
author | unknown <lars@mysql.com> | 2006-06-28 15:07:41 +0200 |
---|---|---|
committer | unknown <lars@mysql.com> | 2006-06-28 15:07:41 +0200 |
commit | 1fdccc89032524d51085f888a0d2356f7b6ebbfe (patch) | |
tree | ed0d6c43b07bfbf629468c4bb2b8b074e7c853f5 /mysql-test | |
parent | ffaacf0dd3caea93fdc3af12954dcdf05c1897ac (diff) | |
download | mariadb-git-1fdccc89032524d51085f888a0d2356f7b6ebbfe.tar.gz |
Disabled test case for Windows (BUG#20753)
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_openssl.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_openssl.test b/mysql-test/t/rpl_openssl.test index 7d769ad448e..af70a1a9453 100644 --- a/mysql-test/t/rpl_openssl.test +++ b/mysql-test/t/rpl_openssl.test @@ -1,3 +1,7 @@ +# TODO: THIS TEST DOES NOT WORK ON WINDOWS +# This should be fixed. +--source include/not_windows.inc + source include/have_openssl.inc; source include/master-slave.inc; |