Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HYDRA-1255 - Disable failed cases related to cut update temporarily #191

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions test/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,31 @@
# only single platform exclusion is supported currently.
# For specifying exclusion based on plugin dependency, look at: test_to_run.json
set(INTERACTIVE_TEST_SCRIPT_FILES
testImageDiffing.py
# To be reenabled after investigation #HYDRA-1255
#testImageDiffing.py
testMtohCommand.py
# Fail as of 22-Feb-2023. Entered as MAYA-127898.
# testMtohBasicRender.py
# testMtohDagChanges.py
testMeshes.py
testNamespaces.py
testVisibility.py
# To be reenabled after investigation #HYDRA-1255
#testVisibility.py
testRendererSwitching.py
testStageAddPrim.py
testTransforms.py
# To be reenabled after investigation #HYDRA-1255
#testTransforms.py
testRefinement.py
testMaterialXOnNative.py|depOnPlugins:lookdevx
# To be reenabled after investigation #HYDRA-1255
#testMaterialXOnNative.py|depOnPlugins:lookdevx
testNewSceneWithStage.py
# To be reenabled after investigation
#testMayaDisplayModes.py|skipOnPlatform:osx
testMayaShadingModes.py
testMayaDisplayLayers.py
testMayaIsolateSelect.py
# To be reenabled after investigation #HYDRA-1255
#testMayaDisplayLayers.py
# To be reenabled after investigation #HYDRA-1255
#testMayaIsolateSelect.py
testMayaLights.py
testUSDLights.py
testUVandUDIM.py
Expand All @@ -37,7 +43,8 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
testStagePayloadsReferences.py
testNurbsPrimitives.py
testCurveTools.py
testPolygonPrimitives.py
# To be reenabled after investigation #HYDRA-1255
#testPolygonPrimitives.py
testFootPrintNode.py
testBackgroundColor.py
testGrid.py
Expand All @@ -46,7 +53,8 @@ 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
# To be reenabled after investigation #HYDRA-1255
#testViewportFilters.py
testMayaComponentsPicking.py
testFlowPluginsHierarchicalProperties.py
testCustomShadersNode.py
Expand All @@ -70,12 +78,14 @@ set(INTERACTIVE_TEST_SCRIPT_FILES
cpp/testSceneCorrectness.py
cpp/testPrimInstancing.py
cpp/testPicking.py
cpp/testUsdPointInstancePicking.py
# To be reenabled after investigation #HYDRA-1255
#cpp/testUsdPointInstancePicking.py
cpp/testUsdNativeInstancePicking.py
cpp/testUsdPickKind.py
cpp/testNurbsSurfaces.py
cpp/testPointInstancingWireframeHighlight.py
cpp/testGeomSubsetsPicking.py
# To be reenabled after investigation #HYDRA-1255
#cpp/testGeomSubsetsPicking.py
cpp/testSinglePicking.py
cpp/testSceneIndexDirtying.py
cpp/testGeomSubsetsWireframeHighlight.py
Expand Down