Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Jan 8, 2025
1 parent 891cddf commit d2433c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pg-13-migtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ jobs:
echo "127.0.0.1 yb-master-n1" | sudo tee -a /etc/hosts
psql "postgresql://yugabyte@yb-tserver-n1:5433/yugabyte" -c "SELECT version();"
# - name: "TEST: pg-table-list-flags-test (table-list and exclude-table-list)"
# if: ${{ !cancelled() && matrix.test_group == 'offline' }}
# run: migtests/scripts/run-test.sh pg/table-list-flags-tests
- name: "TEST: pg-table-list-flags-test (table-list and exclude-table-list)"
if: ${{ !cancelled() && matrix.test_group == 'offline' }}
run: migtests/scripts/run-test.sh pg/table-list-flags-tests

# - name: "TEST: pg-table-list-file-path-test (table-list-file-path and exclude-table-list-file-path)"
# if: ${{ !cancelled() && matrix.test_group == 'offline' }}
# run: migtests/scripts/run-test.sh pg/table-list-flags-tests env-file-path-flags.sh
- name: "TEST: pg-table-list-file-path-test (table-list-file-path and exclude-table-list-file-path)"
if: ${{ !cancelled() && matrix.test_group == 'offline' }}
run: migtests/scripts/run-test.sh pg/table-list-flags-tests env-file-path-flags.sh

# - name: "TEST: pg-case-sensitivity-single-table"
# if: ${{ !cancelled() && matrix.test_group == 'offline' }}
# run: migtests/scripts/run-test-export-data.sh pg/case-sensitivity-single-table
- name: "TEST: pg-case-sensitivity-single-table"
if: ${{ !cancelled() && matrix.test_group == 'offline' }}
run: migtests/scripts/run-test-export-data.sh pg/case-sensitivity-single-table

- name: "TEST: pg-datatypes"
if: ${{ !cancelled() && matrix.test_group == 'offline' }}
Expand Down

0 comments on commit d2433c3

Please sign in to comment.