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

vorburger pushed a commit to branch FINERACT-788
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 662f30cb999b595bd4dcfa25463140b45a2b8ef1
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Thu Aug 22 09:41:11 2019 +0200

    rm hardcoded system time from .travis.yml (fixes FINERACT-788)
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5f009d0..c9eb97e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,14 +27,10 @@ jdk:
 services:
   - mysql
 
-# Hardcoding system time as a temporary fix for running buggy test cases
 before_install:
   - echo "USE mysql;\nUPDATE user SET password=PASSWORD('mysql') WHERE 
user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
   - mysql -u root -pmysql -e 'CREATE DATABASE IF NOT EXISTS 
`mifosplatform-tenants`;'
   - mysql -u root -pmysql -e 'CREATE DATABASE IF NOT EXISTS 
`mifostenant-default`;'
-  - export TZ=Asia/Kolkata
-  - sudo service ntp stop
-  - sudo date --set="23 February 2019 01:02:03"
 
 # https://docs.travis-ci.com/user/languages/java/#caching
 before_cache:

Reply via email to