From 15fd179de48199043725caaddc811f6a6e630c42 Mon Sep 17 00:00:00 2001 From: "ADS\\lanierd" Date: Wed, 4 Dec 2024 17:43:20 +0100 Subject: [PATCH 1/2] HYDRA-1309 : Disable failing tests with usd 24.11 --- test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt index 66695bb2b..fd7ace406 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt +++ b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt @@ -36,7 +36,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES testOpenPBRSurface.py testFlowViewportAPI.py testStageVariants.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX - testStagePayloadsReferences.py + #testStagePayloadsReferences.py #Disabled for usd 24.11 testNurbsPrimitives.py testCurveTools.py testPolygonPrimitives.py @@ -48,7 +48,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES # To be reenabled after investigation testDataProducerSelHighlight.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX testPassingNormalsOnMayaNative.py - testViewportFilters.py + #testViewportFilters.py #Disabled for usd 24.11 testMayaComponentsPicking.py testFlowPluginsHierarchicalProperties.py testCustomShadersNode.py From 5884d9b220ca9dabc189c673d8535724edb134c7 Mon Sep 17 00:00:00 2001 From: "ADS\\lanierd" Date: Wed, 4 Dec 2024 17:53:55 +0100 Subject: [PATCH 2/2] Add the JIRA id --- test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt index fd7ace406..75126e37e 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt +++ b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt @@ -36,7 +36,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES testOpenPBRSurface.py testFlowViewportAPI.py testStageVariants.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX - #testStagePayloadsReferences.py #Disabled for usd 24.11 + #testStagePayloadsReferences.py #Disabled for usd 24.11 HYDRA-1317 testNurbsPrimitives.py testCurveTools.py testPolygonPrimitives.py @@ -48,7 +48,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES # To be reenabled after investigation testDataProducerSelHighlight.py|skipOnPlatform:osx # HYDRA-1127 : refinedWire not working on OSX testPassingNormalsOnMayaNative.py - #testViewportFilters.py #Disabled for usd 24.11 + #testViewportFilters.py #Disabled for usd 24.11 HYDRA-1317 testMayaComponentsPicking.py testFlowPluginsHierarchicalProperties.py testCustomShadersNode.py