git: efb309a6812b - main - accessibility/at-spi2-core: Mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 19:20:21 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=efb309a6812b82d4d1109ce42c452c0596ef2231 commit efb309a6812b82d4d1109ce42c452c0596ef2231 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-06 09:38:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-06 19:19:08 +0000 accessibility/at-spi2-core: Mark TESTING_UNSAFE --- accessibility/at-spi2-core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 35236164f40a..52e5934a600f 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -30,4 +30,6 @@ X11_USES= xorg X11_USE= XORG=x11,xi,xtst X11_MESON_ENABLED= x11 +TESTING_UNSAFE= some tests fail + .include <bsd.port.mk>