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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-27 01:16:26 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-27 01:16:26 +0300
commit616788a600af888c40d659fdc604b81a90451d41 (patch)
tree5035263d274abe43684d14f4c25028da8835e792 /t
parent2f67a16c6f003b0fe84d70b5df4fa377172ff301 (diff)
Disabling the support tests until the test suite is modified
for the new supports.
Diffstat (limited to '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";