Skip to content
Commit 89550e8d authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Fix failing/flaky TextViewActivityTests

These tests are flaky because each negative assertion in Espresso
is taking about a minute or two to run. Espresso is waiting that long.

This cl solves the issue by:
1. Deprecating and excluding the negative assertions where they are
   not required for the test to still be meaningful.
2. Re-written to no use negative assertions where possible.
3. Suppress a failing test. We're not getting much value from this
   anyway.
TODO (in incoming cl):  Alternative action mode assertions.

Change-Id: Ic808f687151d225689d839b4caf4ef0b8d70cff0
Bug: 67023680
Test: bit FrameworksCoreTests:android.widget.TextViewActivityTest
parent 9068ccc9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment