Skip to content

Commit

Permalink
[FIX] Skip openupgrade test
Browse files Browse the repository at this point in the history
Because openupgrade v17 repo is not finished yet
  • Loading branch information
josep-tecnativa committed Nov 10, 2023
1 parent cbba39a commit 6c804ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_addons_env(self):
("test", "-e", "auto/addons/crm"),
("test", "-d", "auto/addons/crm/migrations"),
)
for sub_env in matrix(odoo_skip={"11.0", "12.0", "13.0"}):
for sub_env in matrix(odoo_skip={"11.0", "12.0", "13.0", "17.0"}):
self.compose_test(
join(SCAFFOLDINGS_DIR, "addons_env_ou"),
sub_env,
Expand Down

0 comments on commit 6c804ac

Please sign in to comment.