disable the gnss status test until the builds are ready

BUG: 32513538

Change-Id: If217045d0dfc4fdac2aa8023a322218f3a4e0314
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index f40937f..25a95db 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -494,7 +494,7 @@
             <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
         </activity>
 
-        <activity android:name=".location.GnssStatusTestsActivity"
+        <!--  activity android:name=".location.GnssStatusTestsActivity"
             android:label="@string/location_gnss_status_test"
             android:screenOrientation="locked">
             <intent-filter>
@@ -503,7 +503,7 @@
             </intent-filter>
             <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
             <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
+        </activity -->
 
         <activity android:name=".location.LocationListenerActivity"
                 android:label="@string/location_listener_activity"