diff --git a/.github/workflows/e2e_libvirt.yaml b/.github/workflows/e2e_libvirt.yaml index 98926519b..d903ef010 100644 --- a/.github/workflows/e2e_libvirt.yaml +++ b/.github/workflows/e2e_libvirt.yaml @@ -55,6 +55,8 @@ defaults: jobs: test: runs-on: ${{ inputs.runner }} + # 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@v4