diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index fac5f9084ee3728104e9bb2e8e9a2fe103e572e7..55f99585035b3dd675f81eae42daf35620975c09 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -1423,9 +1423,11 @@ AddTest(
 )
 
 if(NOT OGS_USE_PETSC)
-    NotebookTest(NOTEBOOKFILE ../../web/content/docs/tutorials/bhe_meshing/notebook-bhe_meshing.md
-                 PYTHON_PACKAGES openpyxl
-                 RUNTIME 10)
+    if(NOT WIN32)
+        NotebookTest(NOTEBOOKFILE ../../web/content/docs/tutorials/bhe_meshing/notebook-bhe_meshing.md
+                     PYTHON_PACKAGES openpyxl
+                     RUNTIME 10)
+    endif()
     NotebookTest(NOTEBOOKFILE ../../web/content/docs/tutorials/mesh_tutorial/notebook-mesh_tutorial.md
                  RUNTIME 10)
     NotebookTest(NOTEBOOKFILE ../../web/content/docs/tutorials/Inclined_bhe_meshing/notebook-inclined_bhe_meshing.md