Skip to content

Commit 40c36b6

Browse files
committed
Add premium regions to test_nb_with_backend_vpc_only
Some of the regions (e.g. es-mad) cannot be used for nodebalancers and test fails
1 parent 56e6aa1 commit 40c36b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integration/nodebalancers/test_node_balancers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ def test_view_node_for_node_balancer_udp_configuration(
567567
)
568568

569569

570+
@pytest.mark.parametrize(
571+
"get_vpc_with_subnet", [PREMIUM_REGIONS], indirect=True
572+
)
570573
def test_nb_with_backend_vpc_only(get_vpc_with_subnet):
571574
vpc = get_vpc_with_subnet
572575

0 commit comments

Comments
 (0)