mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Document why we skip this test for now
Contributes to issue CURA-3497.
This commit is contained in:
parent
1c2ce5b8b1
commit
70dc9fd95b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue