Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyunyan committed Jan 2, 2025
1 parent 15926d5 commit ef91b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
run: |
export TICDC_NEWARCH=true && make integration_test CASE=sql_mode
- name: Test changefeed_pause_resume
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=changefeed_pause_resume
# - name: Test changefeed_pause_resume
# if: ${{ success() }}
# run: |
# export TICDC_NEWARCH=true && make integration_test CASE=changefeed_pause_resume

- name: Test changefeed_reconstruct
if: ${{ success() }}
Expand Down

0 comments on commit ef91b35

Please sign in to comment.