diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD
index 54bf6deb3a59951ae99fb42d8963f27e059c1348..e92891d4353f9a106aed78ba3e5f76eebc16c422 100644
--- a/community/umbrello/APKBUILD
+++ b/community/umbrello/APKBUILD
@@ -34,11 +34,6 @@ checkdepends="xvfb-run"
 subpackages="$pkgname-doc $pkgname-lang"
 _repo_url="https://invent.kde.org/sdk/umbrello.git"
 source="https://download.kde.org/stable/release-service/$pkgver/src/umbrello-$pkgver.tar.xz"
-options="!check" # Broken
-
-case "$CARCH" in
-	ppc64le|armv7) options="!check";; # FIXME: testsuite fails
-esac
 
 build() {
 	cmake -B build -G Ninja \