Skip to content

Commit

Permalink
Remove InnerEye from E2Es
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Feb 20, 2024
1 parent 2b59bf1 commit 2b848a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion e2e_tests/resources/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
AIRLOCK_IMPORT_REVIEW_WORKSPACE = "tre-workspace-airlock-import-review"

AZUREML_SERVICE = "tre-service-azureml"
INNEREYE_SERVICE = "tre-service-innereye"
GUACAMOLE_SERVICE = "tre-service-guacamole"
GITEA_SERVICE = "tre-workspace-service-gitea"
MLFLOW_SERVICE = "tre-service-mlflow"
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_service_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
workspace_service_templates = [
(strings.AZUREML_SERVICE),
(strings.GUACAMOLE_SERVICE),
(strings.INNEREYE_SERVICE),
(strings.GITEA_SERVICE)
]

Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

workspace_services = [
strings.AZUREML_SERVICE,
# strings.INNEREYE_SERVICE,
strings.GITEA_SERVICE,
strings.MLFLOW_SERVICE,
strings.MYSQL_SERVICE,
Expand Down

0 comments on commit 2b848a6

Please sign in to comment.