Skip to content

Commit

Permalink
Disable legacy oauth2 params test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Jun 19, 2024
1 parent 12b76c2 commit 4ca5431
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/tests/integration-oauth2/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ verify:
expected: expected.data.yaml
- query: timeout 5m bash .ci/tests/integration-oauth2/cases/py-download-function/verify.sh
expected: expected.data.yaml
- query: timeout 5m bash .ci/tests/integration-oauth2/cases/py-download-function-legacy/verify.sh
expected: expected.data.yaml
# latest pulsarctl has some error for handling legacy oauth2 params, so remove it temporarily
# https://github.com/streamnative/pulsarctl/pull/1506 should fix it
#- query: timeout 5m bash .ci/tests/integration-oauth2/cases/py-download-function-legacy/verify.sh
# expected: expected.data.yaml
- query: timeout 5m bash .ci/tests/integration-oauth2/cases/py-download-from-http-function/verify.sh
expected: expected.data.yaml
- query: timeout 5m bash .ci/tests/integration-oauth2/cases/batch-source/verify.sh
Expand Down

0 comments on commit 4ca5431

Please sign in to comment.