Skip to content

Commit c9f7554

Browse files
committed
[Isolated Regions] [Test] Remove test case 'test_cluster_in_private_subnet'
from isolated regions config because it has been considered out of scope given the air-gaped nature of these regions. Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent e816bfb commit c9f7554

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/integration-tests/configs/isolated_regions.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,14 @@ test-suites:
221221
# oss: {{ OSS }}
222222
# schedulers: {{ SCHEDULERS }}
223223
networking:
224-
test_cluster_networking.py::test_cluster_in_private_subnet:
225-
dimensions:
226-
- regions: {{ REGIONS }}
227-
instances: {{ INSTANCES }}
228-
oss: {{ OSS }}
229-
schedulers: {{ SCHEDULERS }}
224+
# This test is considered out of scope for isolated regions
225+
# We will evaluate to re-include it after release 3.5.1
226+
# test_cluster_networking.py::test_cluster_in_private_subnet:
227+
# dimensions:
228+
# - regions: {{ REGIONS }}
229+
# instances: {{ INSTANCES }}
230+
# oss: {{ OSS }}
231+
# schedulers: {{ SCHEDULERS }}
230232
test_cluster_networking.py::test_existing_eip:
231233
dimensions:
232234
- regions: {{ REGIONS }}

0 commit comments

Comments
 (0)