Document why we skip this test for now

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-04-11 10:41:51 +02:00
parent 1c2ce5b8b1
commit 70dc9fd95b
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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.