remove ce mqtt integration test (#1426)

Signed-off-by: Wei Liu <liuweixa@redhat.com>
This commit is contained in:
Wei Liu
2026-03-12 07:43:34 +00:00
committed by GitHub
parent 4f173e7ba7
commit 85d92539d4
11 changed files with 5 additions and 807 deletions
@@ -21,20 +21,6 @@ permissions:
contents: read
jobs:
# Disable mqtt-work-integration: because the current source client does not support increasing resource generation.
# mqtt-work-integration:
# name: mqtt-work-integration
# runs-on: ubuntu-latest
# steps:
# - name: checkout code
# uses: actions/checkout@v6.0.2
# - name: install Go
# uses: actions/setup-go@v6
# with:
# go-version: ${{ env.GO_VERSION }}
# - name: integration
# run: make test-cloudevents-work-mqtt-integration
grpc-work-integration:
name: grpc-work-integration
runs-on: ubuntu-latest