Skip to content

Commit

Permalink
Disable test when running against MySQL server
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed May 13, 2024
1 parent 51b2a62 commit 072dadc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittest/libmariadb/ps_bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5502,6 +5502,8 @@ static int test_conc633(MYSQL *mysql)
int ret= FAIL;
int rc;

SKIP_MYSQL(mysql);

if (!mariadb_stmt_execute_direct(stmt, SL("SÄLECT 1")))
{
diag("Syntax error expected");
Expand Down

0 comments on commit 072dadc

Please sign in to comment.