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');
 
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
@@ -9,7 +9,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 18;
+use Test::More skip_all => "MIL is dead, long live MAL";
 
 use MonetDB::CLI::MapiPP;
 
--- a/MonetDB-CLI/MonetDB/t/75mil.t
+++ b/MonetDB-CLI/MonetDB/t/75mil.t
@@ -9,7 +9,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 18;
+use Test::More skip_all => "MIL does not exist anymore";
 
 use MonetDB::CLI;