From fc82c17f9be4eff3b61d2c7a18399968b5279e4c Mon Sep 17 00:00:00 2001 From: David Vierra Date: Wed, 28 Oct 2015 03:52:16 -1000 Subject: [PATCH] Skip transform tests (TODO: these are not automated tests, fix) --- tests/test_mceditlib/transform_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mceditlib/transform_test.py b/tests/test_mceditlib/transform_test.py index fb6a779..9c2f8d6 100644 --- a/tests/test_mceditlib/transform_test.py +++ b/tests/test_mceditlib/transform_test.py @@ -52,7 +52,7 @@ def test_rotation_transform(pc_world, schematic_world): displaySchematic(sch_dim_transformed) def test_selection_rotation_transform(schematic_world): - + pytest.skip() selection = BoundingBox((10, 10, 10), (100, 100, 100)) sch_dim = schematic_world.getDimension() sch_dim_selection = SelectionTransform(sch_dim, selection)