Skip to content

Commit

Permalink
disable two cases (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk authored Sep 19, 2024
1 parent 25319bb commit fa7e5f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
testStageAddPrim.py
testTransforms.py
testRefinement.py
testMaterialXOnNative.py|depOnPlugins:lookdevx
# To be reenabled after investigation: HYDRA-1206
#testMaterialXOnNative.py|depOnPlugins:lookdevx
testNewSceneWithStage.py
# To be reenabled after investigation
#testMayaDisplayModes.py|skipOnPlatform:osx
Expand Down Expand Up @@ -90,7 +91,8 @@ endif(MayaUsd_FOUND)

# Code coverage is not computed for the Hydra scene browser.
if (NOT CODE_COVERAGE)
list(APPEND INTERACTIVE_TEST_SCRIPT_FILES testSceneBrowser.py)
# To be reenabled after investigation: HYDRA-1207
#list(APPEND INTERACTIVE_TEST_SCRIPT_FILES testSceneBrowser.py)
endif()

# Interactive Unit test scripts for mesh adapter (launched with maya.exe instead of mayapy.exe)
Expand Down

0 comments on commit fa7e5f2

Please sign in to comment.