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

Skip to content
Commit 1a7499c2 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

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
parent a9d2c1f1
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