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

Commit 35d34384 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Add BroadcastReceiverTest to TEST_MAPPING postsubmit." into main

parents 7494b06d c086d2f6
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -155,6 +155,16 @@
        { "exclude-annotation": "androidx.test.filters.FlakyTest" },
        { "exclude-annotation": "androidx.test.filters.FlakyTest" },
        { "exclude-annotation": "org.junit.Ignore" }
        { "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" }
      ]
    }
    }
  ]
  ]
}
}