File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5757 RDS_DB_REGION : ${{ secrets.AWS_DEFAULT_REGION }}
5858 AURORA_MYSQL_DB_ENGINE_VERSION : ${{ matrix.engine-version }}
5959 AURORA_PG_ENGINE_VERSION : ${{ matrix.engine-version }}
60+ FILTER : test_aurora_failover
6061
6162 - name : ' Archive results'
6263 if : always()
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ tasks.register<Test>("test-python-3.11-mysql") {
7171 systemProperty(" exclude-python-38" , " true" )
7272 systemProperty(" exclude-multi-az-cluster" , " true" )
7373 systemProperty(" exclude-multi-az-instance" , " true" )
74+ systemProperty(" exclude-iam" , " true" )
7475 systemProperty(" exclude-bg" , " true" )
7576 systemProperty(" exclude-pg-driver" , " true" )
7677 systemProperty(" exclude-pg-engine" , " true" )
You can’t perform that action at this time.
0 commit comments