| commit | eade4f170fb830632e05394d60cb84cf875c2a16 | [log] [tgz] |
|---|---|---|
| author | Pablo Gamito <pablogamito@google.com> | Thu Jul 21 09:59:46 2022 +0000 |
| committer | Pablo Gamito <pablogamito@google.com> | Thu Jul 21 09:59:46 2022 +0000 |
| tree | 9fd7d5d287daedfcf9a33eff96c3cf236defe190 | |
| parent | f8e898e26c61375e4ac867094b351b860029715f [diff] |
Add Test annotation to overridden @Ignored methods Because of JUnit's reflection based model if the overridden method does not have an @Test method then it does not consider any of it's annotation since that overridden method is not considered a test but still runs because the parent is annotated with @Test so when it's called, the overridden method does get called and runs but is not ignored Test: atest FlickerLibTest Change-Id: Iecd2ad71f4590260856e2667bdf3a9979af2d3ce