From 3b5a949bd0200e9fe544bbde839614b2fb6d8650 Mon Sep 17 00:00:00 2001 From: Lucas Givord <lucas.givord@kitware.com> Date: Mon, 30 Sep 2024 17:23:28 +0200 Subject: [PATCH] CI: excludes TestCompositeDataOverlappingCells for wasm Composite polydata doesn't works with wasm for now, excluded. For more details check this related issue: https://gitlab.kitware.com/vtk/vtk/-/issues/19343 --- .gitlab/ci/ctest_exclusions.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index 0dbb24f9a25..de03972cdc0 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -514,6 +514,7 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "^wasm(32|64)") "^VTK::RenderingCoreCxx-TestResizingWindowToImageFilter$" "^VTK::RenderingCoreCxx-TestTextureWrap$" "^VTK::RenderingOpenGL2Cxx-TestCoincident$" + "^VTK::RenderingOpenGL2Cxx-TestCompositeDataOverlappingCells$" "^VTK::RenderingOpenGL2Cxx-TestCompositeDataPointGaussian$" "^VTK::RenderingOpenGL2Cxx-TestCompositeDataPointGaussianSelection$" "^VTK::RenderingOpenGL2Cxx-TestCompositePolyDataMapper2CellScalars$" -- GitLab