diff options
| author | 2024-04-03 12:40:43 +0000 | |
|---|---|---|
| committer | 2024-04-18 20:01:52 +0000 | |
| commit | b7afa49e01ac6f382d23a046fe3b2519de9fe462 (patch) | |
| tree | adfedcfd9fa0b35f693f91f47df1e365b30bcb6f | |
| parent | ade571062f3bf5a886608d869b54a6d26b98d72e (diff) | |
TEST_MAPPING: re-enable ScanningSettingsTest in presubmit
The ticket has been fixed and the test is now passing.
The test class has been passing in post-submit testing
for a while.
Bug: 293934372
Test: ABTD run of 25 of ScanningSettingsTest#testBleScanningSettings
Change-Id: I619d6a27c24df7da966d1a797e88f0573ad8f292
Signed-off-by: Lucas Henneman <henneman@google.com>
| -rw-r--r-- | location/TEST_MAPPING | 7 | ||||
| -rw-r--r-- | services/core/java/com/android/server/power/batterysaver/TEST_MAPPING | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/location/TEST_MAPPING b/location/TEST_MAPPING index f5deb2ba3e07..10da632e7b6f 100644 --- a/location/TEST_MAPPING +++ b/location/TEST_MAPPING @@ -2,12 +2,7 @@ "presubmit": [ { "name": "CtsLocationFineTestCases", - "options": [ - { - // TODO: Wait for test to deflake - b/293934372 - "exclude-filter":"android.location.cts.fine.ScanningSettingsTest" - } - ] + "options": [] }, { "name": "CtsLocationCoarseTestCases" diff --git a/services/core/java/com/android/server/power/batterysaver/TEST_MAPPING b/services/core/java/com/android/server/power/batterysaver/TEST_MAPPING index c091b8e68236..eb91a72c127a 100644 --- a/services/core/java/com/android/server/power/batterysaver/TEST_MAPPING +++ b/services/core/java/com/android/server/power/batterysaver/TEST_MAPPING @@ -5,12 +5,7 @@ }, { "name": "CtsLocationFineTestCases", - "options": [ - { - // TODO: Wait for test to deflake - b/293934372 - "exclude-filter":"android.location.cts.fine.ScanningSettingsTest" - } - ] + "options": [] }, { "name": "CtsLocationNoneTestCases" |