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

Commit 859057d9 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Android (Google) Code Review
Browse files

Merge "Enable NetworkSecurityConfigTest in postsubmit" into main

parents 17c69415 364703d1
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"
    }
  ]
}