Skip to content

Commit 2ae03bd

Browse files
committed
updates to take our workaround
1 parent 017026b commit 2ae03bd

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

tests/model_registry/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@ def model_registry_instance(
110110
wait_for_pods_running(
111111
admin_client=admin_client, namespace_name=model_registry_namespace, number_of_consecutive_checks=6
112112
)
113-
if db_name == "default":
114-
# TODO: This is to give extra time to postgres pod due to RHOAIENG-40875. Remove when the Jira is
115-
# addressed
116-
wait_for_pods_running(
117-
admin_client=admin_client,
118-
namespace_name=model_registry_namespace,
119-
number_of_consecutive_checks=6,
120-
)
121113
yield mr_instances
122114
if db_name == "default":
123115
wait_for_default_resource_cleanedup(admin_client=admin_client, namespace_name=model_registry_namespace)

tests/model_registry/rest_api/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ def deploy_secure_mysql_and_mr(
158158
name=SECURE_MR_NAME,
159159
namespace=model_registry_namespace,
160160
label=get_mr_standard_labels(resource_name=SECURE_MR_NAME),
161-
grpc={},
162161
rest={},
163-
istio=None,
164162
oauth_proxy=OAUTH_PROXY_CONFIG_DICT,
165163
mysql=mysql,
166164
wait_for_resource=True,

0 commit comments

Comments
 (0)