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

Commit 364703d1 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen
Browse files

Enable NetworkSecurityConfigTest in postsubmit

Bug: 259406200
Test: TH
Flag: TEST_ONLY
Change-Id: I743c4a6b732cc06e34bed037092238532518cced
parent cb1de097
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,11 +11,12 @@ android_test {
    name: "NetworkSecurityConfigTests",
    certificate: "platform",
    libs: [
        "android.test.runner.stubs.system",
        "android.test.base.stubs.system",
        "android.test.runner.stubs.system",
    ],
    static_libs: ["junit"],
    // Include all test java files.
    srcs: ["src/**/*.java"],
    platform_apis: true,
    test_suites: ["general-tests"],
}
+7 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "NetworkSecurityConfigTests"
    }
  ]
}