Skip to content
Snippets Groups Projects
Commit 3b5a949b authored by Lucas Givord's avatar Lucas Givord
Browse files

CI: excludes TestCompositeDataOverlappingCells for wasm

Composite polydata doesn't works with wasm for now, excluded. For more
details check this related issue:
vtk/vtk#19343
parent 7323f95c
No related branches found
No related tags found
No related merge requests found
......@@ -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$"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment