Skip to content

Commit

Permalink
EMSUSD-1912 Re-enable light test for USD 24.11
Browse files Browse the repository at this point in the history
Now that we have a fix in Maya, we can re-enable the test.
  • Loading branch information
pierrebai-adsk committed Dec 9, 2024
1 parent 1193416 commit 8023729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/ufe/testLight.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def testUsdVolumeLights(self):
usdDomeLight = usdUtils.getPrimFromSceneItem(domelightItem)
self._TestDomeLight(ufeDomeLight, usdDomeLight)

@unittest.skipUnless(Usd.GetVersion() < (0, 24, 11), 'USD 24.11 reports the root layer dirty even though data is unmodified.')
def testLoadingLight(self):
'''
Verify that the act of loading a stage with lights does not dirty the stage.
Expand All @@ -329,7 +328,6 @@ def testLoadingLight(self):
# Verify the stage is not dirty
def verifyClean():
layer: Sdf.Layer = stage.GetRootLayer()
print(layer.ExportToString())
self.assertFalse(layer.dirty)

verifyClean()
Expand Down

0 comments on commit 8023729

Please sign in to comment.