diff --git a/tests/TestArrange.py b/tests/TestArrange.py index f37e48f19c..85299a314d 100755 --- a/tests/TestArrange.py +++ b/tests/TestArrange.py @@ -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"""