git: 92c5d523ae3d - main - graphics/openexr: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 19:20:22 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92c5d523ae3d5d6ea777b02e5076bd987bdc5a78

commit 92c5d523ae3d5d6ea777b02e5076bd987bdc5a78
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-06 13:29:52 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-06 19:19:08 +0000

    graphics/openexr: Mark TESTING_UNSAFE
---
 graphics/openexr/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index c53a34e489f6..dafaf1bd6cad 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -69,6 +69,8 @@ _DOCSRCDIR1=	${WRKSRC}
 _DOC_FILES1=	CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \
 		CODE_OF_CONDUCT.md CONTRIBUTORS.md README.md
 
+TESTING_UNSAFE=	10 tests fails out of 125
+
 # too many reports about compilation failures, so
 # sanity check we are using the same C++ standard library
 _imath_libcxx=	${COMPILER_FEATURES:Mlib*c++}