in src/main/java/org/apache/sling/testing/junit/rules/util/IgnoreTestsConfig.java [124:126]
public static boolean asteriskMatch(String pattern, String text) { return text.matches(createRegexFromGlob(pattern)); }