git: 547fa5d1d27d - main - science/dirac: Add comment about failing tests

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 11 Aug 2022 19:47:08 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=547fa5d1d27d9e376bbf7e180fcf377f54e94456

commit 547fa5d1d27d9e376bbf7e180fcf377f54e94456
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-11 18:38:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-11 19:47:05 +0000

    science/dirac: Add comment about failing tests
---
 science/dirac/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/dirac/Makefile b/science/dirac/Makefile
index 627ddca9e8d2..c65e3d3f1179 100644
--- a/science/dirac/Makefile
+++ b/science/dirac/Makefile
@@ -38,4 +38,6 @@ BINARY_ALIAS=	make=${GMAKE} \
 		python=${PYTHON_CMD} \
 		python3=${PYTHON_CMD}
 
+# 2 tests are known to fail, see https://gitlab.com/dirac/dirac/-/issues/35
+
 .include <bsd.port.mk>