Exclude ScanningSettingsTest tests

While we mitigated the system wide presubmit blockage due to failing
test, it's been brought to attention that the test has been flaky for
sometime. And still uses junit3, which means it hasn't been maintained
for sometime.

Bug: 293934372
Test: N/A
Change-Id: Iea48daf39e8d40667f635e68b4c8e341abf4341a
diff --git a/location/TEST_MAPPING b/location/TEST_MAPPING
index 214d2f3..f5deb2b 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
+}