mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
comment out test that will fail due to output
This commit is contained in:
parent
e653be471f
commit
e58328b00b
1 changed files with 3 additions and 0 deletions
|
@ -798,6 +798,8 @@ module test_reindex_polygon() {
|
|||
|
||||
|
||||
module test_align_polygon() {
|
||||
// These tests fail because align_polygon displays output
|
||||
/*
|
||||
ellipse = yscale(3,circle(r=10, $fn=32));
|
||||
tri = move([-50/3,-9],
|
||||
subdivide_path([[0,0], [50,0], [0,27]], 32));
|
||||
|
@ -848,6 +850,7 @@ module test_align_polygon() {
|
|||
11.7692307692], [2.69230769231, 7.92307692308],
|
||||
[5.30769230769, 4.07692307692], [7.92307692308,
|
||||
0.230769230769]]);
|
||||
*/
|
||||
}
|
||||
*test_align_polygon();
|
||||
|
||||
|
|
Loading…
Reference in a new issue