Mercurial > hg > monetdb-perl
comparison DBD/t/75mil.t @ 23:3fe895496a96
Disable the MIL tests
MIL has been removed for quite a while now.
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Tue, 15 Dec 2020 13:40:01 +0100 (2020-12-15) |
parents | 8c8bd15f7a0b |
children |
comparison
equal
deleted
inserted
replaced
22:5682bb9496a4 | 23:3fe895496a96 |
---|---|
13 use DBI(); | 13 use DBI(); |
14 use DBD_TEST(); | 14 use DBD_TEST(); |
15 | 15 |
16 use Test::More; | 16 use Test::More; |
17 | 17 |
18 if (defined $ENV{DBI_DSN}) { | 18 # if (defined $ENV{DBI_DSN}) { |
19 if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) { | 19 # if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) { |
20 plan tests => 30; | 20 # plan tests => 30; |
21 } else { | 21 # } else { |
22 plan skip_all => 'dbi:monetdb: specific tests'; | 22 # plan skip_all => 'dbi:monetdb: specific tests'; |
23 } | 23 # } |
24 } else { | 24 # } else { |
25 plan skip_all => 'Cannot test without DB info'; | 25 # plan skip_all => 'Cannot test without DB info'; |
26 } | 26 # } |
27 plan skip_all => 'MIL no longer exists'; | |
27 | 28 |
28 pass('MIL tests'); | 29 pass('MIL tests'); |
29 | 30 |
30 $ENV{DBI_DSN} .= ';language=mil'; | 31 $ENV{DBI_DSN} .= ';language=mil'; |
31 | 32 |