Change test case name
Bug: 145109184 Test: atest :postsubmit Change-Id: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
This commit is contained in:
@@ -9,12 +9,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SettingsPrefTests",
|
"name": "SettingsPerfTests"
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
android_test {
|
android_test {
|
||||||
name: "SettingsPrefTests",
|
name: "SettingsPerfTests",
|
||||||
|
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
|
|
||||||
|
@@ -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" />
|
||||||
|
@@ -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;
|
Reference in New Issue
Block a user