diff --git a/tests/data b/tests/data index 9b54baacf80..aff74c09b8c 160000 --- a/tests/data +++ b/tests/data @@ -1 +1 @@ -Subproject commit 9b54baacf808806fcf1b51e8ec2fa2ad960b939b +Subproject commit aff74c09b8c0235db32cf58045aad674c3ddf923 diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index e5eb817af8a..8aab27b5bbc 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -670,12 +670,11 @@ if(WITH_CYCLES OR WITH_GPU_RENDER_TESTS) list(APPEND render_tests openvdb) endif() - # Temporarily disabled until all platforms upgrade to OIDN 2.3. - #if(WITH_OPENIMAGEDENOISE) - # list(APPEND render_tests denoise) - #endif() + if(WITH_OPENIMAGEDENOISE) + list(APPEND render_tests denoise) + endif() - # Disabled until new OpenGL version with deterministic results. + # Disabled until new OpenPGL version with deterministic results. #if(WITH_CYCLES_PATH_GUIDING) # list(APPEND render_tests guiding) #endif()