Skip test_deserializeMoveDefinitionContainer

This test is currently failing because of a weird hack we're doing to get around a Uranium bug: We're searching only through definitions that have a category, any category. This is done because Uranium requires a search to have some metadata entry to search on. We'll have to refactor that eventually but for now that is out of scope.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-04-10 17:17:13 +02:00
parent 71aca6aa4b
commit dfd8cfb2b8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -347,6 +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
def test_deserializeMoveDefinitionContainer(global_stack):
global_stack._containers[cura.Settings.CuraContainerStack._ContainerIndexes.Material] = DefinitionContainer(container_id = "some definition") #Not in the correct spot.