Skip to content

Commit

Permalink
MAYA-127817 fix unit test for old UFE versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Apr 5, 2023
1 parent 87d9665 commit c0a53fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/mayaUsd/nodes/testProxyShapeBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def verifyPrim():
# Verify that we did not lose the data on the root layer.
verifyPrim()

@unittest.skipUnless(ufeUtils.ufeFeatureSetVersion() >= 2, 'testSettingStageViaIdPreservedWhenSaved only available in UFE v2 or greater.')
def testSettingStageViaIdPreservedWhenSaved(self):
'''
Verify that setting the stage via the stageCacheId on the proxy shape can be reloaded.
Expand Down

0 comments on commit c0a53fa

Please sign in to comment.