commit | 1a7499c206980f48d4a03f5870fdc99fcae152f2 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Fri Jan 26 16:47:23 2024 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Mon Jan 29 11:02:06 2024 -0800 |
tree | de2f83f6e2afc3db106f2f6fe5a5b76ab5764720 | |
parent | a9d2c1f17c2c128231df3d0aa771b55f697d3f61 [diff] |
Allow disabling tests even with ENABLE_PROBE_IGNORED A regex in $RAVENWOOD_REALLY_DISABLE is used as an "exclude" filter. If the regex partial-matches the test full name (class name, or class name + "#" + method name), we skip it. Test: RAVENWOOD_RUN_DISABLED_TESTS=1 RAVENWOOD_REALLY_DISABLE='\.CustomTileDefaultsRepositoryTest' atest SystemUiRavenTests and make sure CustomTileDefaultsRepositoryTest is skipped. Bug: 319646274 Change-Id: Id98871aaea6d32e134f84b745f3eae7c9f27931f