From dfa249919a977576d79bd261a8c748a204113eef Mon Sep 17 00:00:00 2001 From: Lam Thai Binh Date: Thu, 23 Nov 2017 17:12:56 +0700 Subject: [PATCH] Remove test case for Yahoo service --- currency_rate_update/tests/test_currency_rate_update.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/currency_rate_update/tests/test_currency_rate_update.py b/currency_rate_update/tests/test_currency_rate_update.py index 9b412cbd3..563e642c5 100644 --- a/currency_rate_update/tests/test_currency_rate_update.py +++ b/currency_rate_update/tests/test_currency_rate_update.py @@ -80,7 +80,3 @@ class TestCurrencyRateUpdate(TransactionCase): """ self._test_cron_by_service('VN_VCB', ['base.USD']) - def test_cron_YAHOO(self): - """Test the ir.cron with Yahoo service for USD - """ - self._test_cron_by_service('YAHOO', ['base.USD'])