Skip to content

Commit bf12fe2

Browse files
committed
[Debug] disable tests
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
1 parent 0120068 commit bf12fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.distro/wannier90.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ done
112112
%check
113113
for mpi in '' mpich %{?with_openmpi:openmpi} ; do
114114
[ -n "$mpi" ] && module load mpi/${mpi}-%{_arch}
115-
%ctest
115+
# TODO: re-enable tests
116+
# %%ctest
116117
[ -n "$mpi" ] && module unload mpi/${mpi}-%{_arch}
117118
done
118119

0 commit comments

Comments
 (0)