Mercurial > hg > monetdb-perl
changeset 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 | 5682bb9496a4 |
children | 158cd7f37c16 |
files | DBD/t/75mil.t MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t MonetDB-CLI/MonetDB/t/75mil.t |
diffstat | 3 files changed, 12 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/DBD/t/75mil.t +++ b/DBD/t/75mil.t @@ -15,15 +15,16 @@ use DBD_TEST(); use Test::More; -if (defined $ENV{DBI_DSN}) { - if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) { - plan tests => 30; - } else { - plan skip_all => 'dbi:monetdb: specific tests'; - } -} else { - plan skip_all => 'Cannot test without DB info'; -} +# if (defined $ENV{DBI_DSN}) { +# if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) { +# plan tests => 30; +# } else { +# plan skip_all => 'dbi:monetdb: specific tests'; +# } +# } else { +# plan skip_all => 'Cannot test without DB info'; +# } +plan skip_all => 'MIL no longer exists'; pass('MIL tests');