diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index 790437770..234d8f744 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -40,6 +40,8 @@ defaults: jobs: test: runs-on: az-ubuntu-2204 + # TODO: remove this when the crio job gets stable + continue-on-error: ${{ inputs.container_runtime == 'crio' && true || false }} steps: - name: Checkout Code uses: actions/checkout@v3