From 70dc9fd95b785c41186e5b9a718963a21d8503ea Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 Apr 2017 10:41:51 +0200 Subject: [PATCH] Document why we skip this test for now Contributes to issue CURA-3497. --- tests/Settings/TestGlobalStack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Settings/TestGlobalStack.py b/tests/Settings/TestGlobalStack.py index 5369ac5fda..2583fe08ad 100644 --- a/tests/Settings/TestGlobalStack.py +++ b/tests/Settings/TestGlobalStack.py @@ -347,7 +347,7 @@ def test_deserializeMoveInstanceContainer(global_stack): ## Tests whether a definition container in the wrong spot is moved into the # correct spot by deserialising. -@pytest.mark.skip +@pytest.mark.skip #The test currently fails because the definition container doesn't have a category, which is wrong but we don't have time to refactor that right now. def test_deserializeMoveDefinitionContainer(global_stack): global_stack._containers[cura.Settings.CuraContainerStack._ContainerIndexes.Material] = DefinitionContainer(container_id = "some definition") #Not in the correct spot.