Disable GNSS GetLocationLowPower VTS test am: 9c37dc1a65
am: 8a185457cc

Change-Id: Ie6015527d27ca2fba09f3eaecbde968f12d36624
diff --git a/gnss/V1_1/target/AndroidTest.xml b/gnss/V1_1/target/AndroidTest.xml
index 959fb27..f84248b 100644
--- a/gnss/V1_1/target/AndroidTest.xml
+++ b/gnss/V1_1/target/AndroidTest.xml
@@ -29,5 +29,7 @@
         <option name="binary-test-stop-native-servers" value="true"/>
         <option name="precondition-lshal" value="android.hardware.gnss@1.1"/>
         <option name="test-timeout" value="15m"/>
+        <!-- TODO(b/113276383): re-enable GetLocationLowPower when b/112611179 is fixed. -->
+        <option name="exclude-filter" value="GnssHalTest.GetLocationLowPower" />
     </test>
 </configuration>