summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Montgomery <katemontgomery@google.com>2022-07-19 14:18:12 +0000
committerShao-Chuan Lee <shaochuan@google.com>2022-12-28 06:10:53 +0000
commit0a32949379ba71c7730f4d5a9568d7dd24f64026 (patch)
tree6d7781d2ac571536fb5da2ba98c836b9d9e4fc67
parentc78ce966a8696e511bb6eac81655bf6f06984fd4 (diff)
downloadcts-0a32949379ba71c7730f4d5a9568d7dd24f64026.tar.gz
DO NOT MERGE: Ignore testGetFromLocation for InstantApp
Bug: 263707427 Bug: 238162084, 236672058, 236447692 Test: geocoder test Change-Id: I67c43f6f791d32a07d456ae5ca7678763a15be71 (cherry picked from commit 7b095da1d490cdab02039e9388d84046ede46e49)
-rw-r--r--tests/tests/location/src/android/location/cts/GeocoderTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests/location/src/android/location/cts/GeocoderTest.java b/tests/tests/location/src/android/location/cts/GeocoderTest.java
index 27a3af376c0..af5d113eafe 100644
--- a/tests/tests/location/src/android/location/cts/GeocoderTest.java
+++ b/tests/tests/location/src/android/location/cts/GeocoderTest.java
@@ -21,6 +21,7 @@ import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Geocoder;
+import android.platform.test.annotations.AppModeFull;
import android.test.AndroidTestCase;
import java.io.IOException;
@@ -63,6 +64,7 @@ public class GeocoderTest extends AndroidTestCase {
return pm.queryIntentServices(intent, flags).isEmpty();
}
+ @AppModeFull(reason = "b/238831704 - Test cases don't apply for Instant apps")
public void testGetFromLocation() throws IOException, InterruptedException {
Geocoder geocoder = new Geocoder(getContext());