Merge pull request #8659 from Ultimaker/Skip_tests_for_old_arrange

Skip running the tests for the old arrange algorithm
This commit is contained in:
Jelle Spijker 2020-11-02 07:26:33 +01:00 committed by GitHub
commit 734415040d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,13 @@
# Cura is released under the terms of the LGPLv3 or higher.
import numpy
import pytest
from cura.Arranging.Arrange import Arrange
from cura.Arranging.ShapeArray import ShapeArray
pytestmark = pytest.mark.skip()
def gimmeTriangle():
"""Triangle of area 12"""