Skip to content

Commit 47eb8d8

Browse files
committed
Mark odoo 15.0 integration test as pending
The odoo 15.0 repository upstream is broken. Upstream issue: odoo/odoo#224353
1 parent fa5762a commit 47eb8d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/acceptance/odoo_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def odoo_supported_versions
2222
let(:version) { version }
2323

2424
it 'works idempotently with no errors' do
25+
pending('Upstream repository is broken: see https://github.com/odoo/odoo/issues/224353') if version == '15.0'
26+
2527
# Normally we should just purge the package between tests but this
2628
# somewhat fails on Ubuntu so we explicitely terminate the service and
2729
# delete the user account to have a working environment. No thank you

0 commit comments

Comments
 (0)