Skip to content

Commit

Permalink
[Debug] disable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Feb 23, 2024
1 parent 45d23a3 commit 4dc8097
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 4dc8097

Please sign in to comment.