This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/SLING-12470-fix-its
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git

commit cd9e5b8656b818e3539ff2160b8d0c6fe07a3b7e
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Nov 5 10:31:50 2024 +0100

    ignore DummyClass for junit test inspection to avoid junit warnings in log
---
 src/test/java/org/apache/sling/models/testing/ModelFactorySimpleIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/test/java/org/apache/sling/models/testing/ModelFactorySimpleIT.java 
b/src/test/java/org/apache/sling/models/testing/ModelFactorySimpleIT.java
index e5bc8cc..e807f02 100644
--- a/src/test/java/org/apache/sling/models/testing/ModelFactorySimpleIT.java
+++ b/src/test/java/org/apache/sling/models/testing/ModelFactorySimpleIT.java
@@ -37,6 +37,7 @@ import 
org.apache.sling.models.it.models.implextend.InvalidImplementsInterfacePr
 import org.apache.sling.models.it.models.implextend.SampleServiceInterface;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -89,6 +90,7 @@ public class ModelFactorySimpleIT {
         assertSame("Adaptable is not injected", resource, model.getResource());
     }
 
+    @Ignore
     private static final class DummyClass {
     }
 

Reply via email to