Browse Source

Document why we skip this test for now

Contributes to issue CURA-3497.
Ghostkeeper 8 years ago
parent
commit
70dc9fd95b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Settings/TestGlobalStack.py

+ 1 - 1
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.