diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 6a58c1194..07abef004 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -96,7 +96,7 @@ jobs: export TEST_SUBSTRATE=lxd export TEST_LXD_IMAGE=${{ matrix.os }} export TEST_INSPECTION_REPORTS_DIR="$HOME/inspection-reports" - cd tests/integration && sg lxd -c 'tox -e integration -- -k test_control_plane_nodes' + cd tests/integration && sg lxd -c 'tox -e integration' - name: Prepare inspection reports if: failure() run: |