diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-03-17 10:35:04 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-03-17 10:35:04 +0100 |
commit | dfa6fba9595ae7fd5cb312d8c35aa6930a955d9f (patch) | |
tree | 5e161925c4e6c6f259f8967390c9cbfd98a6009c /mysql-test/main/mysqld--help.test | |
parent | 825c0e2abefb4c20c9f5378f55871cc34fbc83f9 (diff) | |
download | mariadb-git-dfa6fba9595ae7fd5cb312d8c35aa6930a955d9f.tar.gz |
Skip tests that dump thread_stack, for ASAN
031b3dfc22c3d37 changed thread_stack for ASAN.
Skip the tests to avoid the diff
Diffstat (limited to 'mysql-test/main/mysqld--help.test')
-rw-r--r-- | mysql-test/main/mysqld--help.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/mysqld--help.test b/mysql-test/main/mysqld--help.test index f32f52c6dd0..f7eb038a6f3 100644 --- a/mysql-test/main/mysqld--help.test +++ b/mysql-test/main/mysqld--help.test @@ -2,6 +2,7 @@ # mysqld --help # --source include/not_embedded.inc +--source include/not_asan.inc --source include/have_perfschema.inc --source include/have_profiling.inc --source include/platform.inc |