Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 't/support.t')
-rw-r--r--t/support.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/support.t b/t/support.t
index 303f77088..11945997c 100644
--- a/t/support.t
+++ b/t/support.t
@@ -1,7 +1,10 @@
-use Test::More tests => 27;
+use Test::More;
use strict;
use warnings;
+plan skip_all => 'temporarily disabled';
+plan tests => 27;
+
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";