File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -752,10 +752,15 @@ pxr_register_test(testSdfUsdcInvalidPrimChildren
752752 TESTENV testenv/testSdfUsdcInvalidPrimChildren.testenv
753753 EXPECTED_RETURN_CODE 0
754754)
755- pxr_register_test (testSdfUsdcVersioning
756- COMMAND "${CMAKE_INSTALL_PREFIX} /tests/testSdfUsdcVersioning"
757- TESTENV testenv/testSdfUsdcVersioning
758- EXPECTED_RETURN_CODE 0
759- ENV
760- PXR_USDC_EMIT_DEPRECATION_WARNINGS=1
761- )
755+
756+ # This test is disabled for emscripten builds because it depends on
757+ # environment variables, which are currently unsupported in that configuration.
758+ if (NOT EMSCRIPTEN)
759+ pxr_register_test (testSdfUsdcVersioning
760+ COMMAND "${CMAKE_INSTALL_PREFIX} /tests/testSdfUsdcVersioning"
761+ TESTENV testenv/testSdfUsdcVersioning
762+ EXPECTED_RETURN_CODE 0
763+ ENV
764+ PXR_USDC_EMIT_DEPRECATION_WARNINGS=1
765+ )
766+ endif ()
You can’t perform that action at this time.
0 commit comments