X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F71mysql.t;h=1b967de8a7823b152ce1fa685fbc84a92accb9a3;hb=25c1ed5f32dfcefdc12df885669e1dcf9baabbe9;hp=66e4b2bb255b2f5c578134a5ced726328ccd9d55;hpb=7cb3585200c48fdf62e6be033517497ce792709b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/71mysql.t b/t/71mysql.t index 66e4b2b..1b967de 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -454,6 +454,7 @@ ZEROINSEARCH: { # Ensure disappearing RDBMS does not leave the storage in an inconsistent state # Unlike the test in storage/reconnect.t we test live RDBMS-side disconnection +SKIP: for my $cref ( sub { my $schema = shift; @@ -482,6 +483,8 @@ for my $cref ( } ); }, ) { + # version needed for the "read_timeout" feature + DBIx::Class::Optional::Dependencies->skip_without( 'DBD::mysql>=4.023' ); note( "Testing with " . B::Deparse->new->coderef2text($cref) );