mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Disable known-bad release
This commit is contained in:
parent
4b18420835
commit
bf9515d516
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ BEGIN {
|
|||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use Test::More tests => 15;
|
||||
# use Test::More tests => 15;
|
||||
use Test::More skip_all => 'Temporarily disabling known-bad test';
|
||||
use Test::NoWarnings;
|
||||
|
||||
my $dbh = connect_ok();
|
||||
|
|
Loading…
Add table
Reference in a new issue