diff --git a/tests/multivalentTests/src/com/android/launcher3/util/rule/TestStabilityRule.java b/tests/multivalentTests/src/com/android/launcher3/util/rule/TestStabilityRule.java index ad2d8c2413..6313cf02f7 100644 --- a/tests/multivalentTests/src/com/android/launcher3/util/rule/TestStabilityRule.java +++ b/tests/multivalentTests/src/com/android/launcher3/util/rule/TestStabilityRule.java @@ -47,7 +47,7 @@ public class TestStabilityRule implements TestRule { + ")$"); private static final Pattern PLATFORM_BUILD = Pattern.compile("^(" - + "(?eng\\.[a-z]+\\.[0-9]+\\.[0-9]+)|" + + "(?eng\\..+)|" + "(?P[0-9]+)|" + "(?[0-9]+)" + ")$");