Skip to content
Snippets Groups Projects
Commit 7abb5482 authored by Sam Dubey's avatar Sam Dubey
Browse files

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
parent ed076668
No related branches found
No related tags found
No related merge requests found
{
"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
}
{
"presubmit": [
{
"name": "CtsLocationFineTestCases"
"name": "CtsLocationFineTestCases",
"options": [
{
// TODO: Wait for test to deflake - b/293934372
"exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
}
]
},
{
"name": "CtsLocationCoarseTestCases"
......
{
"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
}
......@@ -4,7 +4,13 @@
"name": "CtsLocationCoarseTestCases"
},
{
"name": "CtsLocationFineTestCases"
"name": "CtsLocationFineTestCases",
"options": [
{
// TODO: Wait for test to deflake - b/293934372
"exclude-filter":"android.location.cts.fine.ScanningSettingsTest"
}
]
},
{
"name": "CtsLocationNoneTestCases"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment