Skip to content

Commit

Permalink
disable for old Maya temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk committed Sep 23, 2024
1 parent 8c5a0dd commit 4191796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/mayaUsd/render/mayaToHydra/testUSDLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def verifyLightingModes(self, shadowOn):
#self.assertSnapshotClose("noLight" + imageSuffix + ".png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT)

#Test usd lights (e.g., disk,distant,dome,etc.) with a maya native sphere and usd sphere.
@unittest.skipUnless(mayaUtils.mayaMajorVersion() > 2025, "HYDRA-1215: Re-enable for old Maya version later.")
def test_USDLights(self):
# Load a maya scene with a maya native sphere, usd sphere and some lights, with HdStorm already being the viewport renderer.
# The sphere is not at the origin on purpose
Expand Down

0 comments on commit 4191796

Please sign in to comment.