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/slice.t
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-09-10 02:40:46 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-09-10 02:40:46 +0400
commit566d38a47222d88868fd3f6b14447f780eec9ab1 (patch)
tree5512593d4f4e4123d635561d875a4d9029fce419 /t/slice.t
parent311eda7d420936935663a1f80832ee417fb58268 (diff)
Replace TriangleMesh with the XS port
Diffstat (limited to 't/slice.t')
-rw-r--r--t/slice.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/slice.t b/t/slice.t
index 8032924fb..5b0eb024d 100644
--- a/t/slice.t
+++ b/t/slice.t
@@ -3,6 +3,7 @@ use strict;
use warnings;
plan tests => 16;
+plan skip_all => 'temporarily disabled';
BEGIN {
use FindBin;