You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2020/11/01 17:13:41 UTC

[fineract] branch develop updated: Disable frequently failing SchedulerJobsTest.testFlippingSchedulerStatus (FINERACT-1167)

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

ptuomola 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 1e7f1f5  Disable frequently failing SchedulerJobsTest.testFlippingSchedulerStatus (FINERACT-1167)
1e7f1f5 is described below

commit 1e7f1f58476e585f38b9acb29eded83a1e705d44
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Wed Oct 21 17:04:41 2020 +0200

    Disable frequently failing SchedulerJobsTest.testFlippingSchedulerStatus (FINERACT-1167)
---
 .../java/org/apache/fineract/integrationtests/SchedulerJobsTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTest.java
index 65fa9e7..0d38591 100644
--- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTest.java
+++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SchedulerJobsTest.java
@@ -33,6 +33,7 @@ import org.apache.fineract.integrationtests.common.SchedulerJobHelper;
 import org.apache.fineract.integrationtests.common.Utils;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 public class SchedulerJobsTest {
@@ -78,6 +79,7 @@ public class SchedulerJobsTest {
     }
 
     @Test
+    @Disabled // TODO FINERACT-1167
     public void testFlippingSchedulerStatus() throws InterruptedException {
         // Retrieving Status of Scheduler
         Boolean schedulerStatus = schedulerJobHelper.getSchedulerStatus();