Validate FP16 compute non-detection in Galaxy S9 (Global) mock test
diff --git a/test/mock/galaxy-s9-global.cc b/test/mock/galaxy-s9-global.cc
index 8f81d31..593c613 100644
--- a/test/mock/galaxy-s9-global.cc
+++ b/test/mock/galaxy-s9-global.cc
@@ -511,7 +511,7 @@
 	ASSERT_FALSE(cpuinfo_has_arm_neon_rdm());
 }
 
-TEST(ISA, DISABLED_fp16_arith) {
+TEST(ISA, fp16_arith) {
 	ASSERT_FALSE(cpuinfo_has_arm_fp16_arith());
 }