Skip to content

Commit

Permalink
test: fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
alaeddine-13 committed Dec 30, 2022
1 parent 90eaa3b commit e32b243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/k8s/test_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,11 +1571,10 @@ async def test_flow_slow_load_executor(logger, docker_images, tmpdir, k8s_cluste
core_client = client.CoreV1Api(api_client=api_client)
app_client = client.AppsV1Api(api_client=api_client)
try:
port = random_port()
port = 8080
flow = Flow().add(
name='slow_load_executor',
uses=f'docker://{docker_images[0]}',
port=port,
timeout_ready=65000,
)

Expand Down

0 comments on commit e32b243

Please sign in to comment.