File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments