diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake
index ff40de07ab0531bea8e0450edbb2972296c2ff2e..1692393c5c5f7153d545f91d3c69d616e1efec0f 100644
--- a/.gitlab/ci/ctest_exclusions.cmake
+++ b/.gitlab/ci/ctest_exclusions.cmake
@@ -591,6 +591,7 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "^wasm(32|64)")
     "^VTK::RenderingOpenGL2Cxx-TestTexture16Bits$"
     "^VTK::RenderingOpenGL2Cxx-TestTextureBufferEmulation$"
     "^VTK::RenderingOpenGL2Cxx-TestValuePassFloatingPoint$"
+    "^VTK::RenderingOpenGL2Cxx-TestValuePassFloatingPoint2$"
     "^VTK::RenderingOpenGL2Cxx-TestVBOPLYMapper$"
     "^VTK::RenderingOpenGL2Cxx-TestWindowBlits$")
 endif ()