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

Commit 563ecfcc authored by Neil Fuller's avatar Neil Fuller
Browse files

Add android.net tests to postsubmit

Add android.net tests to postsubmit. The tests / annotations will
be added in a separate commit.

Bug: 199481251
Test: Treehugger / inspection
Change-Id: I17cb464979535c767bbb8ee22fd7456ff08bae6c
parent fdc344e6
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"
        }
      ]
    }
  ]
}