diff 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
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');