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

Skip to content
Commit 71ab4010 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Ensure all flicker tests have an @Test annotation

If a test method is missing the @Test annotation the behavior seems inconsistent. E.g., when i run:

```
atest FlickerTestsActivityEmbedding:com.android.server.wm.flicker.activityembedding.splitscreen.EnterSystemSplitTest -- --module-arg FlickerTestsActivityEmbedding:include-annotation:androidx.test.filters.FlakyTest
```

Junit can't find the test (correct)

However, when i run:

```
atest FlickerTestsActivityEmbedding:com.android.server.wm.flicker.activityembedding.splitscreen.EnterSystemSplitTest -- --module-arg FlickerTestsActivityEmbedding:exclude-annotation:androidx.test.filters.FlakyTest
```

Flag: TEST_ONLY
Bug: 342596801
Test: atest WMShellFlickerTests FlickerTests
Change-Id: I4d48fd9e624204b5730f05bbe2970fb9781d1559
parent b01ac598
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment