Skip to content

Commit

Permalink
Change test case name
Browse files Browse the repository at this point in the history
Bug: 145109184
Test: atest :postsubmit
Change-Id: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
  • Loading branch information
Raff Tsai committed Feb 3, 2020
1 parent de86f9c commit 80d9fcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
]
},
{
"name": "SettingsPrefTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
"name": "SettingsPerfTests"
}
]
}
2 changes: 1 addition & 1 deletion tests/perftests/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
android_test {
name: "SettingsPrefTests",
name: "SettingsPerfTests",

certificate: "platform",

Expand Down
2 changes: 1 addition & 1 deletion tests/perftests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.tests.pref">
package="com.android.settings.tests.perf">

<application>
<uses-library android:name="android.test.runner" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.settings.tests.pref;
package com.android.settings.tests.perf;

import android.app.Instrumentation;
import android.os.Bundle;
Expand Down

0 comments on commit 80d9fcb

Please sign in to comment.