summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorSam Dubey <dubeyshubham@google.com>2023-08-08 10:07:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-08-08 10:07:29 +0000
commitb3526b6d0504a0dbadb347112a17c890cfe537ae (patch)
treeba55a726b7390aaba1c731e51d4437dfc13bae46 /location
parentaff8cc060e4544d653bd55990a8ca9c868fcb8d5 (diff)
parent7abb5482de0ab4f5f127867810d51a0586717527 (diff)
downloadbase-b3526b6d0504a0dbadb347112a17c890cfe537ae.tar.gz
Merge "Exclude ScanningSettingsTest tests" into main
Diffstat (limited to 'location')
-rw-r--r--location/TEST_MAPPING10
1 files changed, 8 insertions, 2 deletions
diff --git a/location/TEST_MAPPING b/location/TEST_MAPPING
index 214d2f3f5646..f5deb2ba3e07 100644
--- a/location/TEST_MAPPING
+++ b/location/TEST_MAPPING
@@ -1,7 +1,13 @@
{
"presubmit": [
{
- "name": "CtsLocationFineTestCases"
+ "name": "CtsLocationFineTestCases",
+ "options": [
+ {
+ // TODO: Wait for test to deflake - b/293934372
+ "exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
+ }
+ ]
},
{
"name": "CtsLocationCoarseTestCases"
@@ -16,4 +22,4 @@
}]
}
]
-} \ No newline at end of file
+}