From ad0ee74f93c47f139b58a21272d238d070d6127b Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Tue, 21 May 2024 09:22:48 +0200 Subject: [PATCH] [T] Disabled notebook-bhe_meshing.md on Win. Could not get it to work. Fails when calling GMSH2OGS binary. Has almost the same structure as notebook-inclined_bhe_meshing.md which runs fine. --- Applications/Utils/Tests.cmake | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake index fac5f9084ee..55f99585035 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