diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index e14e01a6515..eb82904844f 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -60,10 +60,10 @@ Key Features # 'hr_evaluation_installer.xml', ], # "demo": ["hr_evaluation_demo.xml"], - 'test': [ - 'test/test_hr_evaluation.yml', - 'test/hr_evalution_demo.yml', - ], + # 'test': [ + # 'test/test_hr_evaluation.yml', + # 'test/hr_evalution_demo.yml', + # ], 'auto_install': False, 'installable': True, 'application': True, diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 4bc8bac4649..4773024ae79 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -64,7 +64,7 @@ You can define the different phases of interviews and easily rate the applicant 'js': [ 'static/src/js/job_position.js', ], - 'test': ['test/recruitment_process.yml'], + # 'test': ['test/recruitment_process.yml'], 'css': ['static/src/css/job_position.css'], 'installable': True, 'auto_install': False,