git: 9d2f6ab55d1d - main - net-p2p/aeron: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 05 May 2025 20:20:46 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d2f6ab55d1dcd84fa5b551f09eac143c222746a

commit 9d2f6ab55d1dcd84fa5b551f09eac143c222746a
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-05-05 17:40:19 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-05-05 20:19:58 +0000

    net-p2p/aeron: Mark TESTING_UNSAFE
---
 net-p2p/aeron/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/aeron/Makefile b/net-p2p/aeron/Makefile
index 22da522e4c37..29e494e63b97 100644
--- a/net-p2p/aeron/Makefile
+++ b/net-p2p/aeron/Makefile
@@ -33,6 +33,6 @@ CMAKE_TESTING_ON=	AERON_TESTS \
 LDFLAGS+=	-lm \
 		-luuid
 
-# tests as of 1.44.6: 89% tests passed, 15 tests failed out of 131, see https://github.com/real-logic/aeron/issues/1696
+TESTING_UNSAFE=	tests as of 1.44.6: 89% tests passed, 15 tests failed out of 131, see https://github.com/real-logic/aeron/issues/1696
 
 .include <bsd.port.mk>