Skip to content

Commit aeb72f4

Browse files
author
Vinay Fisrekar
committed
Skip the run on asan build.
1 parent 59bc01a commit aeb72f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/t/mysql_tzinfo_to_sql.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# no embeeded run
1919
--source include/not_embedded.inc
2020
# Skip test if zoneinfo folder do not exists on system.
21+
# Skip this test if binaries are built with -DWITH_ASAN=1
22+
--source include/not_asan.inc
23+
2124
perl;
2225
my $dir = $ENV{'MYSQLTEST_VARDIR'};
2326
open ( OUTPUT, ">$dir/tmp/zoneinfocheck.inc") ;

0 commit comments

Comments
 (0)