diff --git a/.github/workflows/integration-informing.yaml b/.github/workflows/integration-informing.yaml index 9c162a40c..443250031 100644 --- a/.github/workflows/integration-informing.yaml +++ b/.github/workflows/integration-informing.yaml @@ -93,7 +93,7 @@ jobs: if [[ "${{ matrix.patch }}" == "moonray" ]]; then export TEST_IPV6_ONLY="true" fi - cd tests/integration && sg lxd -c 'tox -e integration' + cd tests/integration && sg lxd -c 'tox -e integration -- -k test_version_upgrades' - name: Prepare inspection reports if: failure() run: | diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c6d100765..6b69fae8a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -101,7 +101,7 @@ jobs: # Test the latest (up to) 6 releases TEST_VERSION_UPGRADE_CHANNELS: "recent 6 classic" run: | - cd tests/integration && sg lxd -c 'tox -e integration + cd tests/integration && sg lxd -c 'tox -e integration -- -k test_version_upgrades' - name: Prepare inspection reports if: failure() run: |