Skip to content

Commit

Permalink
[Debug] disable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jun 24, 2024
1 parent 969454f commit 7eb89b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .distro/wannier90.spec
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ done
%check
for mpi in '' mpich %{?with_openmpi:openmpi} ; do
[ -n "$mpi" ] && module load mpi/${mpi}-%{_arch}
%ctest
# TODO: re-enable tests
# %%ctest
[ -n "$mpi" ] && module unload mpi/${mpi}-%{_arch}
done

Expand Down

0 comments on commit 7eb89b4

Please sign in to comment.