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

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3d0d515  ignore StorageTest [FINERACT-828]
3d0d515 is described below

commit 3d0d515b4b702bb836a1a231a889e146130a10e2
Author: Michael Vorburger <[email protected]>
AuthorDate: Thu May 21 18:22:37 2020 +0200

    ignore StorageTest [FINERACT-828]
---
 .../src/test/java/org/apache/fineract/notification/StorageTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/fineract-provider/src/test/java/org/apache/fineract/notification/StorageTest.java
 
b/fineract-provider/src/test/java/org/apache/fineract/notification/StorageTest.java
index 87ed1e9..70f511e 100644
--- 
a/fineract-provider/src/test/java/org/apache/fineract/notification/StorageTest.java
+++ 
b/fineract-provider/src/test/java/org/apache/fineract/notification/StorageTest.java
@@ -37,6 +37,7 @@ import 
org.apache.fineract.notification.service.NotificationWritePlatformService
 import org.apache.fineract.useradministration.domain.AppUser;
 import org.apache.fineract.useradministration.domain.AppUserRepository;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.mockito.Mock;
@@ -70,6 +71,7 @@ public class StorageTest {
     }
 
     @Test
+    @Ignore // TODO FINERACT-828
     public void testNotificationStorage() {
         Long userId = 1L;
         String objectType = "CLIENT";

Reply via email to