Revert "Move SettingsUITests to presubmit"

This reverts commit b7f1f2372a.

Fix: 302071194
Fix: 302071436
Fix: 302071558
Reason for revert: test breakage

Change-Id: I98baf5c6c703a7f8847d0f0626315dd70a2e0cea
This commit is contained in:
Chaohui Wang
2023-09-26 07:21:01 +00:00
committed by Android (Google) Code Review
parent b7f1f2372a
commit 861a84dd34

View File

@@ -16,17 +16,6 @@
"include-filter": "com.android.settings.biometrics2" "include-filter": "com.android.settings.biometrics2"
} }
] ]
},
{
"name": "SettingsUITests",
"options": [
{
"include-filter": "com.android.settings.ui"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
} }
], ],
"postsubmit": [ "postsubmit": [
@@ -41,9 +30,6 @@
{ {
"name": "SettingsUITests", "name": "SettingsUITests",
"options": [ "options": [
{
"exclude-filter": "com.android.settings.ui"
},
{ {
"exclude-annotation": "org.junit.Ignore" "exclude-annotation": "org.junit.Ignore"
} }