Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc-bq committed Jan 24, 2025
1 parent 8de70de commit cad8433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/container/tests/aurora_failover.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const itIf =
!features.includes(TestEnvironmentFeatures.RUN_AUTOSCALING_TESTS_ONLY) &&
instanceCount >= 2
? it
: it;
: it.skip;
const itIfTwoInstance = instanceCount == 2 ? itIf : it.skip;

let env: TestEnvironment;
Expand Down

0 comments on commit cad8433

Please sign in to comment.