Skip to content

Commit

Permalink
expected fail for run_tri_orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuad-HH committed Oct 29, 2024
1 parent 3c38eb5 commit 37d672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ if(BUILD_TESTING)

if(Omega_h_USE_Gmsh AND Omega_h_USE_Kokkos)
osh_add_exe(test_tri_vert_orientation)
test_func(run_tri_orientation 1 ./test_tri_vert_orientation ${CMAKE_SOURCE_DIR}/meshes/square4el.msh)
will_fail_test_func(run_tri_orientation 1 ./test_tri_vert_orientation ${CMAKE_SOURCE_DIR}/meshes/square4el.msh)
set(TEST_EXES ${TEST_EXES} test_tri_vert_orientation)
endif()

Expand Down

0 comments on commit 37d672c

Please sign in to comment.