File tree Expand file tree Collapse file tree
tests/integration/host/src/test/java/integration/host Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContex
132132 // Multi-AZ Instances supports only 1 instance
133133 continue ;
134134 }
135- if (deployment == DatabaseEngineDeployment .AURORA && numOfInstances == 3 ) {
136- // Aurora supports clusters with 3 instances but running such tests is similar
137- // to running tests on 5-instance cluster.
138- // Let's save some time and skip tests for this configuration
139- continue ;
140- }
135+ if (deployment == DatabaseEngineDeployment .AURORA && numOfInstances == 3 && config . numInstances == null ) {
136+ // Aurora supports clusters with 3 instances but running such tests is similar
137+ // to running tests on 5-instance cluster.
138+ // Let's save some time and skip tests for this configuration
139+ continue ;
140+ }
141141
142142 for (TargetPythonVersion targetPythonVersion : TargetPythonVersion .values ()) {
143143 if (targetPythonVersion == TargetPythonVersion .PYTHON_3_11 && config .excludePython311 ) {
You can’t perform that action at this time.
0 commit comments