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

jkevan pushed a commit to branch UNOMI-737-indices-reduction-migration
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to 
refs/heads/UNOMI-737-indices-reduction-migration by this push:
     new 0b8e6e050 UNOMI-737: un-skip a test about purge
0b8e6e050 is described below

commit 0b8e6e050f7c37bbef94f24776c04bd4cd8f6e8f
Author: Kevan <ke...@jahia.com>
AuthorDate: Tue Mar 7 18:49:53 2023 +0100

    UNOMI-737: un-skip a test about purge
---
 itests/src/test/java/org/apache/unomi/itests/ProfileServiceIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/itests/src/test/java/org/apache/unomi/itests/ProfileServiceIT.java 
b/itests/src/test/java/org/apache/unomi/itests/ProfileServiceIT.java
index 455ab9073..67cc5c16e 100644
--- a/itests/src/test/java/org/apache/unomi/itests/ProfileServiceIT.java
+++ b/itests/src/test/java/org/apache/unomi/itests/ProfileServiceIT.java
@@ -331,7 +331,6 @@ public class ProfileServiceIT extends BaseIT {
     }
 
     @Test
-    @Ignore // TODO - fix test  https://issues.apache.org/jira/browse/UNOMI-726
     public void testMonthlyIndicesPurge() throws Exception {
         Date currentDate = new Date();
         LocalDateTime minus10Months = 
LocalDateTime.ofInstant(currentDate.toInstant(), 
ZoneId.systemDefault()).minusMonths(10);

Reply via email to