Skip to content

Commit 49be553

Browse files
committed
disabling online ddl upgrade test
Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
1 parent d76d8e9 commit 49be553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upgrade_downgrade_test_onlineddl_flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
228228
# Running a test with primary tablet at version n-1 and replica vttablet at version n (current SHA)
229229
- name: Run Online DDL tests (primary=N-1, replica=N)
230-
if: steps.changes.outputs.end_to_end == 'true'
230+
if: false
231231
run: |
232232
rm -rf /tmp/vtdataroot
233233
mkdir -p /tmp/vtdataroot
@@ -239,7 +239,7 @@ jobs:
239239
240240
# Running a test with primary tablet at version n+1 and replica vttablet at version n (current SHA)
241241
- name: Run Online DDL tests (primary=N+1, replica=N)
242-
if: steps.changes.outputs.end_to_end == 'true'
242+
if: false
243243
run: |
244244
rm -rf /tmp/vtdataroot
245245
mkdir -p /tmp/vtdataroot
@@ -251,7 +251,7 @@ jobs:
251251
252252
# Running a test with primary tablet at version n (current SHA) and replica vttablet at version n+1
253253
- name: Run Online DDL tests (primary=N, replica=N+1)
254-
if: steps.changes.outputs.end_to_end == 'true'
254+
if: false
255255
run: |
256256
rm -rf /tmp/vtdataroot
257257
mkdir -p /tmp/vtdataroot

0 commit comments

Comments
 (0)