From 81579de5f700408cbb801909b2ccaf13e381d0ea Mon Sep 17 00:00:00 2001 From: Kazuho CryerShinozuka Date: Thu, 31 Oct 2024 22:37:48 +0900 Subject: [PATCH] temp update integ test --- .../framework-integ/test/aws-rds/test/integ.cluster.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster.ts b/packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster.ts index 8953dbda110dd..66caa47941fa0 100644 --- a/packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster.ts +++ b/packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster.ts @@ -62,6 +62,7 @@ class TestStack extends cdk.Stack { readers: readers, parameterGroup: params, storageEncryptionKey: kmsKey, + autoMinorVersionUpgrade: false, }); cluster.connections.allowDefaultPortFromAnyIpv4('Open to the world');