From 411f549afef0db89c84d880ba2337f690a8d86e4 Mon Sep 17 00:00:00 2001 From: Keli Li Date: Wed, 18 Sep 2024 14:09:06 -0400 Subject: [PATCH] disable testMayaDefaultMaterial on Mac --- test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt index 9ad507736..5a85eb1e5 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt +++ b/test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt @@ -49,9 +49,10 @@ set(INTERACTIVE_TEST_SCRIPT_FILES testViewportFilters.py testMayaComponentsPicking.py testFlowPluginsHierarchicalProperties.py - testCustomShadersNode.py - testMayaDefaultMaterial.py - testMayaLightingModes.py + testCustomShadersNode.py + # To be reenabled after investigation + testMayaDefaultMaterial.py|skipOnPlatform:osx # HYDRA-1201 + testMayaLightingModes.py cpp/testColorPreferences.py cpp/testCppFramework.py cpp/testDataProducerExample.py