Skip to content

Commit 6336101

Browse files
palichoroba
authored andcommitted
Do not run wait_timeout tests with Embedded server
Connection to Embedded server is not disconnected on wait_timeout.
1 parent a6147f8 commit 6336101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/rt85919-fetch-lost-connection.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ require 'lib.pl';
88

99
my $dbh = DbiTestConnect($test_dsn, $test_user, $test_password,
1010
{ RaiseError => 1, PrintError => 0, AutoCommit => 0 });
11+
if ($dbh->{mariadb_hostinfo} eq 'Embedded') {
12+
plan skip_all => "Connection to Embedded server is not disconnected on wait_timeout";
13+
}
1114
my $sth;
1215
my $ok = eval {
1316
note "Connecting...\n";

0 commit comments

Comments
 (0)