Skip to content

Commit 562e2fa

Browse files
committed
test: investigate hanging failover test
1 parent a73f3af commit 562e2fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
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()

tests/integration/host/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)