From a21040a6e46c8e68fe1ca0831784c47c5582aea0 Mon Sep 17 00:00:00 2001 From: Keli Li Date: Mon, 23 Sep 2024 09:43:57 -0400 Subject: [PATCH] re-enable case testMayaDefaultMaterial --- test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt index 97a9ed99e..d51194e6d 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt +++ b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt @@ -51,8 +51,7 @@ set(INTERACTIVE_TEST_SCRIPT_FILES testMayaComponentsPicking.py testFlowPluginsHierarchicalProperties.py testCustomShadersNode.py - # To be reenabled after investigation - testMayaDefaultMaterial.py|skipOnPlatform:osx # HYDRA-1201 + testMayaDefaultMaterial.py testMayaLightingModes.py cpp/testColorPreferences.py cpp/testCppFramework.py