diff --git a/envs/monkey_zoo/blackbox/gcp_test_machine_list.py b/envs/monkey_zoo/blackbox/gcp_test_machine_list.py index 908ed30af..afa5057ce 100644 --- a/envs/monkey_zoo/blackbox/gcp_test_machine_list.py +++ b/envs/monkey_zoo/blackbox/gcp_test_machine_list.py @@ -41,7 +41,6 @@ DEPTH_2_A = { "powershell-3-46", "powershell-3-44", ], - } @@ -66,7 +65,6 @@ DEPTH_3_A = { ], "europe-west1-b": [ "powershell-3-45", - "powershell-3-46", "powershell-3-47", "powershell-3-48", ], diff --git a/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py b/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py index d390b2262..adfe51602 100644 --- a/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py +++ b/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py @@ -34,7 +34,6 @@ def _add_subnets(agent_configuration: AgentConfiguration) -> AgentConfiguration: subnets = [ "10.2.2.9", "10.2.3.45", - "10.2.3.46", "10.2.3.47", "10.2.3.48", "10.2.1.10",