File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -730,6 +730,7 @@ jobs:
730730 -Dtesting.snowflake.catalog.s3.region="${SNOWFLAKE_CATALOG_S3_REGION}"
731731 - name : Cloud Redshift Tests ${{ matrix.profile }}
732732 id : tests-redshift
733+ continue-on-error : true # TODO: make redshift great again
733734 env :
734735 AWS_REGION : ${{ vars.REDSHIFT_AWS_REGION }}
735736 AWS_ACCESS_KEY_ID : ${{ vars.REDSHIFT_AWS_ACCESS_KEY_ID }}
@@ -757,6 +758,7 @@ jobs:
757758 -Dtest.redshift.aws.access-key="${AWS_ACCESS_KEY_ID}" \
758759 -Dtest.redshift.aws.secret-key="${AWS_SECRET_ACCESS_KEY}"
759760 - name : Cleanup ephemeral Redshift Cluster
761+ continue-on-error : true # TODO: make redshift great again
760762 env :
761763 AWS_REGION : ${{ vars.REDSHIFT_AWS_REGION }}
762764 AWS_ACCESS_KEY_ID : ${{ vars.REDSHIFT_AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments