Skip to content

Commit

Permalink
[TMP] Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Feb 4, 2025
1 parent f5d6587 commit d6765c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_tasks_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _tests_ran(stdout, odoo_version, addon_name):


@pytest.mark.sequential
@pytest.mark.skip(reason="TEMP SKIPPING")
def test_resetdb(
cloned_template: Path,
supported_odoo_version: float,
Expand Down Expand Up @@ -178,6 +179,7 @@ def test_resetdb(


@pytest.mark.sequential
@pytest.mark.skip(reason="TEMP SKIPPING")
def test_start(
cloned_template: Path,
supported_odoo_version: float,
Expand Down Expand Up @@ -230,6 +232,7 @@ def test_start(


@pytest.mark.sequential
@pytest.mark.skip(reason="TEMP SKIPPING")
def test_install_test(
cloned_template: Path,
supported_odoo_version: float,
Expand Down Expand Up @@ -307,6 +310,7 @@ def test_install_test(


@pytest.mark.sequential
@pytest.mark.skip(reason="TEMP SKIPPING")
@pytest.mark.skip_for_prereleases
def test_test_tasks(
cloned_template: Path,
Expand Down

0 comments on commit d6765c0

Please sign in to comment.