COMPMID-556: Disable GEMMLowp tests until we've got the intrinsics version merged

Change-Id: Ie7bf46a157358ed64b4397002b10f583e7740c69
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/92367
Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/src/runtime/NEON/functions/NEGEMMLowp.cpp b/src/runtime/NEON/functions/NEGEMMLowp.cpp
index 90e47ce..716d52a 100644
--- a/src/runtime/NEON/functions/NEGEMMLowp.cpp
+++ b/src/runtime/NEON/functions/NEGEMMLowp.cpp
@@ -88,7 +88,7 @@
     else
     {
         ARM_COMPUTE_ERROR("Not implemented");
-        // This is in the process of being updated, for more info please refer to COMPMID-624.
+        //FIXME: This is in the process of being updated, for more info please refer to COMPMID-624.
     }
 }