[WIP] Temporarily disabling of tests in hr_evaluation and hr_recruitment

bzr revid: rim@openerp.com-20140304094533-gaft7rx3581snefg
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-04 10:45:33 +01:00
parent ac45077749
commit 485d6c0092
2 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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,