39404142434445
@Impl public static TestFilter auraTestFilter() { Collection<Class<? extends Annotation>> annotations = Sets.newHashSet(); annotations.add(Ignore.class); return new AnnotationTestFilter(annotations); }