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

Commit c086d2f6 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Add BroadcastReceiverTest to TEST_MAPPING postsubmit.

Bug: 274822233
Test: n/a
Change-Id: I087bf19a5b30a1853538a447a6598a5b9bf83518
parent 33334554
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -155,6 +155,16 @@
        { "exclude-annotation": "androidx.test.filters.FlakyTest" },
        { "exclude-annotation": "org.junit.Ignore" }
      ]
    },
    {
      "file_patterns": ["Broadcast.*"],
      "name": "CtsContentTestCases",
      "options": [
        { "include-filter": "android.content.cts.BroadcastReceiverTest" },
        { "exclude-annotation": "androidx.test.filters.LargeTest" },
        { "exclude-annotation": "androidx.test.filters.FlakyTest" },
        { "exclude-annotation": "org.junit.Ignore" }
      ]
    }
  ]
}