diff --git a/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py b/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py index 674fda059..3302b0f23 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py +++ b/test/lib/mayaUsd/render/mayaToHydra/testStageInstanceablePrimsSelHighlight.py @@ -46,6 +46,9 @@ def test_UsdStageInstanceablePrimsSelHighlight(self): import usdUtils # usdUtils imports mayaUsd.ufe from mayaUsd import lib as mayaUsdLib + if self._usdVersion < (0, 24, 11): #This test is only working with usd 24.11+ + return + #Load a scene with a usd stage with 2 prims that have a Hierarchy #Cylinder1 is the parent of Sphere1 testFile = mayaUtils.openTestScene(