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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 06e1477daa [SYNCOPE-1804] Another test case disabled for Neo4j
06e1477daa is described below

commit 06e1477daa1ee470ff92e6832e1789e673a31121
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Oct 23 22:36:11 2024 +0200

    [SYNCOPE-1804] Another test case disabled for Neo4j
---
 .../src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
index ac1369061f..14edddf255 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/PullTaskITCase.java
@@ -1466,6 +1466,8 @@ public class PullTaskITCase extends AbstractTaskITCase {
 
     @Test
     public void issueSYNCOPE1062() {
+        assumeFalse(IS_NEO4J_PERSISTENCE);
+
         GroupTO propagationGroup = null;
         PullTaskTO pullTask = null;
         UserTO user = null;

Reply via email to