Commit Graph

3 Commits

Author SHA1 Message Date
Julien Desprez
c82d3e9e3c Explicitly exclude @Ignore annotation
Some flicker class are marked Ignored causing some issue
with the AJUR runner. To avoid them, simply filter it.

Test: None
Bug: 129468528
Change-Id: I6442204eb6f89b4bf90a39ee821ebc4daebbe120
2019-03-28 08:50:03 -07:00
Hsin-Yi Chen
677a0025cb Replace GoogleDeviceSetup with DeviceSetup in FlickerTests
This commit replaces GoogleDeviceSetup which is not on AOSP.

Test: atest FlickerTests
Bug: 128877715
Change-Id: I2e4167dd7e4e5ef3352cb8fda2f753a0acf2f600
2019-03-19 05:31:40 +00:00
Vishnu Nair
8248b7c995 Move FlickerTests to frameworks/base/tests 2/2
platform_testing is moving to AOSP first development. FlickerTests may require access to
in development test apis and cannot be developed in AOSP.

Other minor changes:
- remove FlickerTests from APCT. FlickerTests will use TEST_MAPPING
- use @FlakyTest instead of @Ignore annotation to skip tests

Test: atest FlickerTests
Test: make -j32 continuous_instrumentation_tests
Test: cd frameworks/base/tests/FlickerTests/ && atest :postsubmit

Bug: 112044297
Change-Id: Icc3194ddd9b801034d8797bf2ec60ebff071612c
2018-08-01 10:13:36 -07:00