From 0e4e1aac0e6812b629c9529a8232ed507abca49f Mon Sep 17 00:00:00 2001 From: priyanshi-yb Date: Fri, 31 Jan 2025 13:47:59 +0530 Subject: [PATCH] skip the adventureworks for 2024.2.1 --- .github/workflows/pg-17-migtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pg-17-migtests.yml b/.github/workflows/pg-17-migtests.yml index a80e9d7f6..658f33665 100644 --- a/.github/workflows/pg-17-migtests.yml +++ b/.github/workflows/pg-17-migtests.yml @@ -122,7 +122,7 @@ jobs: run: migtests/scripts/run-schema-migration.sh pg/omnibus - name: "TEST: PG sample schemas (adventureworks)" - if: ${{ !cancelled() && matrix.test_group == 'offline' }} + if: ${{ !cancelled() && matrix.test_group == 'offline' && matrix.version != '2024.2.1.0-b185' }} #TODO: fix checking error msg for this version run: migtests/scripts/run-schema-migration.sh pg/adventureworks - name: "TEST: PG sample schemas (sample-is)"