Skip to content

Commit

Permalink
[T] Disabled notebook-bhe_meshing.md on Win.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bilke committed May 23, 2024
1 parent 58f1b20 commit ad0ee74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Applications/Utils/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad0ee74

Please sign in to comment.