Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80d9fcbf authored by Raff Tsai's avatar Raff Tsai
Browse files

Change test case name

Bug: 145109184
Test: atest :postsubmit
Change-Id: I0847d1dea352d0e3b87b1bb95d5c2600a80a7438
parent de86f9c9
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -9,12 +9,7 @@
      ]
    },
    {
      "name": "SettingsPrefTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
      "name": "SettingsPerfTests"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
android_test {
    name: "SettingsPrefTests",
    name: "SettingsPerfTests",

    certificate: "platform",

+1 −1
Original line number Diff line number Diff line
@@ -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" />
+1 −1
Original line number Diff line number Diff line
@@ -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;