mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:09:01 +08:00
Document why we skip this test for now
Contributes to issue CURA-3497.
This commit is contained in:
parent
1c2ce5b8b1
commit
70dc9fd95b
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user