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

Commit 4219c0a9 authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Add android.net tests to postsubmit" am: 5b274f5e am: 8bbc86d1 am:...

Merge "Add android.net tests to postsubmit" am: 5b274f5e am: 8bbc86d1 am: 50d27878 am: 7a2ea90d am: dbac4fe0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1863053

Change-Id: Ic465739d38ec7f8eeb7327f8f67aa478cf17acc1
parents 08148a46 dbac4fe0
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -16,5 +16,24 @@
    {
      "path": "frameworks/opt/net/wifi"
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.net"
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}