diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/constructors/PersistenceConstructorsTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/constructors/PersistenceConstructorsTests.java index 5e07d8c25..07ad0a6ef 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/constructors/PersistenceConstructorsTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/constructors/PersistenceConstructorsTests.java @@ -170,8 +170,7 @@ public class PersistenceConstructorsTests extends MultiDriverTestClass { assertEquals("ADMIN", persons.get(0).getGroup().getName()); } - @Test - @Ignore("final fields are not supported by OGM for now") + @Test // GH-1763 public void shouldHandleFinalFields() { PersonWithFinalName person = new PersonWithFinalName("foo"); pfnRepository.save(person);