Change test case name

Bug: 145109184
Test: atest :postsubmit
Change-Id: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
This commit is contained in:
Raff Tsai
2020-02-01 06:45:06 +08:00
parent de86f9c950
commit 80d9fcbf1b
4 changed files with 4 additions and 9 deletions

View File

@@ -9,12 +9,7 @@
] ]
}, },
{ {
"name": "SettingsPrefTests", "name": "SettingsPerfTests"
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
} }
] ]
} }

View File

@@ -1,5 +1,5 @@
android_test { android_test {
name: "SettingsPrefTests", name: "SettingsPerfTests",
certificate: "platform", certificate: "platform",

View File

@@ -15,7 +15,7 @@
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.tests.pref"> package="com.android.settings.tests.perf">
<application> <application>
<uses-library android:name="android.test.runner" /> <uses-library android:name="android.test.runner" />

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package com.android.settings.tests.pref; package com.android.settings.tests.perf;
import android.app.Instrumentation; import android.app.Instrumentation;
import android.os.Bundle; import android.os.Bundle;